#b2a5b7 Color Hex Bellflower Violet

Information about Bellflower Violet Color | #0000FF

#b2a5b7 color RGB value is (178,165,183). #b2a5b7 color name is Bellflower Violet color.

#b2a5b7 hex color red value is 178 , green value is 165 and the blue value of its RGB is 183 . Cylindrical-coordinate representations (also known as HSL) of color #b2a5b7 hue: 283 , saturation: 11 and the lightness value of #b2a5b7 is 68

The process color (four color CMYK) of #b2a5b7 color hex is 1 , 4 ,0, 11 .

#b2a5b7

~Bellflower Violet

Color Converions

HEX
#b2a5b7
RGB
178,165,183
LAB
69,7,-8
CMYK
3,10,0,28
LCH
69,11,-46
XYZ
40,40,50
HSV
283,10,72
HSL
283,11,68

Base Numbers

Base Red Green Blue
Binary 10110010 10100101 10110111
Octal 262 245 267
Decimal 178 165 183
Hex b2 a5 b7

RGB Percentages of Color #b2a5b7

70%
65%
72%

CMYK Percentages of Color #b2a5b7

1%
0%
4%
11%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b2a5b7

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b2a5b7
20%
#a095a5
30%
#8e8492
40%
#7d7480
50%
#6b636e
60%
#59535b
70%
#474249
80%
#353237
90%
#242125
100%
#121112

Tints of #b2a5b7

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b2a5b7
20%
#baaebe
30%
#c1b7c5
40%
#c9c0cd
50%
#d1c9d4
60%
#d8d2db
70%
#e0dbe2
80%
#e8e4e9
90%
#f0edf1
100%
#f7f6f8

Tones of #b2a5b7

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b2a5b7
20%
#ada1b1
30%
#a89eac
40%
#a39aa6
50%
#9e96a1
60%
#99929b
70%
#948f96
80%
#8f8b90
90%
#8a878b
100%
#858385

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b2a5b7
#aba5b7
#aea5b7
#b2a5b7
#b6a5b7
#b7a5b5

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b2a5b7
#aab7a5

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b2a5b7
#b7a5a6
#a5b7ab

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b2a5b7
#b7b2a5
#a5b7b2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b2a5b7
#b7a9a5
#aab7a5
#a5b3b7

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b2a5b7
#dbcbe1
#0d0c0d
#363237
#5f5862
#897f8c

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b2a5b7

protanopia

#a6a7b7

deuteranopia

#b2a3b6

tritanopia

#b0a4b1

achromatopsia

#a9a9a9

protanomaly

#aaa6b7

deuteranomaly

#b2a4b6

achromatopsia

#a9a9a9

tritanomaly

#b1a5b3

achromatomaly

#aca8ae

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 9/21
Hello World !

#b2a5b7 Color CSS Codes

.bgcolor {background-color:#b2a5b7; } 
.forecolor {color:#b2a5b7; }
.bordercolor {border:3px solid #b2a5b7; }
            

#b2a5b7 Text Font Color

<div style="color:#b2a5b7">
Div content here</div>

This sample text font color is #b2a5b7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#b2a5b7 Background Color

<div style="background-color:#b2a5b7">
Div content here</div>
Div content here

#b2a5b7 Border Color

<div style="border:3px solid #b2a5b7">
Div here</div>

This div border color is #b2a5b7

#b2a5b7 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b2a5b7; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2a5b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2a5b7;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a5b7;
  box-shadow: 1px 1px 3px 2px #b2a5b7; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2a5b7">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2a5b7;
              -webkit-box-shadow: 1px 1px 3px 2px #b2a5b7;
              box-shadow:         1px 1px 3px 2px #b2a5b7#b2a5b7">
Div content here</div>

This div box has shadow with color #b2a5b7

More Colors

Alpine Trail
#515a52
Election Night
#110320
Fragrant Jasmine
#fbf6e7
Bright Khaki
#f1e78c
Amethyst Cream
#eceaec
Firefly Glow
#fff3a1
Amazon Foliage
#606553
Anew Grey
#beb6ab
North Texas Green
#059033
Geebung
#c5832e
Kahili
#b7bfb0
Bold Eagle
#463d2f
Deep Rhubarb
#7f5153
Naval Night
#011c39
Joyous Song
#5b365e
Expanse
#777e65
Mulberry Mauve Black
#463f60
Free Green
#74a690
Harlequin Green
#46cb18
Monk's Cloth
#6e6355
Egyptian Blue
#1034a6
Autumn Wind
#fbd1b6
Antler Moth
#864f3e
Gusto Gold
#f8ac1d
Poached Rainbow Trout
#ff8552
Crushed Cashew
#ffedd5
Esoteric
#c4b5a4
Larkspur
#3c7d90
Elegant White
#f5f0e1
Fudge Truffle
#604a3f
Golden Mushroom
#f4e8d1
Great Dane
#d1a369
Mermaid Blues
#004477
Faded Light
#f5e4de
Fresh Oregano
#4faa6c
Habanero Chile
#b8473d
Frog Prince
#bbd75a
City Street
#bab2ab
Lover's Retreat
#f4ced8
Chrome White
#cac7b7
rating-img
Rate this tool
NaN/5   0 votes