#BDB6D2

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

Shades of Blue Haze #BDB6D2

Tints of Blue Haze #BDB6D2

Color information

#BDB6D2 (or 0xBDB6D2) is unknown color: approx Blue Haze. HEX triplet: BD, B6 and D2. RGB value is (189,182,210). Sum of RGB (Red+Green+Blue) = 189+182+210=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 210 - color contains mainly: blue. Hex color #BDB6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6D2 is #42492D. Grayscale: #BBBBBB. Windows color (decimal): -4344110 or 13809341. OLE color: 13809341.

HSL color Cylindrical-coordinate representation of color #BDB6D2: hue angle of 255º degrees, saturation: 0.24, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB6D2 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189182210-
CMYK0.100.1300.18
HSL255º23.73%76.86%-
HSV(B)255º13.33%82.35%-
XYZ49.3548.9367.82-
YUV187.28140.82129.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 182 (71.48% from 255) = 31.33%
BLUE value IS 210 (82.42% from 255) = 36.14%
R=32.53%
G=31.33%
B=36.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891822100.100.1300.1825523.7376.86
HexBDB6D2AD012ff184d
Octal275266322121502237730115
Binary1011110110110110110100101010110101001011111111110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6D2; }

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

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

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

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

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

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

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

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