#BDB6D3

Color #BDB6D3 Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #BDB6D3

Tints of Blue Haze #BDB6D3

Color information

#BDB6D3 (or 0xBDB6D3) is unknown color: approx Blue Haze. HEX triplet: BD, B6 and D3. RGB value is (189,182,211). Sum of RGB (Red+Green+Blue) = 189+182+211=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6D3 is #42492C. Grayscale: #BBBBBB. Windows color (decimal): -4344109 or 13874877. OLE color: 13874877.

HSL color Cylindrical-coordinate representation of color #BDB6D3: hue angle of 254.48º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB6D3 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189182211-
CMYK0.100.1400.17
HSL254.48º24.79%77.06%-
HSV(B)254.48º13.74%82.75%-
XYZ49.4748.9868.47-
YUV187.4141.32129.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 211 (82.81% from 255) = 36.25%
R=32.47%
G=31.27%
B=36.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891822110.100.1400.17254.4824.7977.06
HexBDB6D3AE011fe194d
Octal275266323121602137631115
Binary1011110110110110110100111010111001000111111110110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6D3; }

 p { color: rgb(189,182,211); }

 H1.HeaderClassName
 {
   color: #BDB6D3;
 }
 .AnyTagClassName
 {
   color: #BDB6D3;
 }
</style>
background-color css

<style>
 a { background-color: #BDB6D3; }

 a { background-color: rgb(189,182,211); }

 div.DivClassName
 {
   background-color: #BDB6D3;
 }
 .BgClassName
 {
   background-color: #BDB6D3;
 }
</style>
border-color css

<style>
 span { border-color: #BDB6D3; }

 span { border-color: rgb(189,182,211); }

 td.TdClassName
 {
   border-color: #BDB6D3;
 }
 .TagClassName
 {
   border-color: #BDB6D3;
 }
</style>