#BDB9D0

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

Shades of Blue Haze #BDB9D0

Tints of Blue Haze #BDB9D0

Color information

#BDB9D0 (or 0xBDB9D0) is unknown color: approx Blue Haze. HEX triplet: BD, B9 and D0. RGB value is (189,185,208). Sum of RGB (Red+Green+Blue) = 189+185+208=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 185 (72.66% from 255 or 31.79% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9D0 is #42462F. Grayscale: #BCBCBC. Windows color (decimal): -4343344 or 13679037. OLE color: 13679037.

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

Color convert

RGB189185208-
CMYK0.090.1100.18
HSL250.43º19.66%77.06%-
HSV(B)250.43º11.06%81.57%-
XYZ49.7250.0766.72-
YUV188.82138.83128.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.47%
GREEN value IS 185 (72.66% from 255) = 31.79%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=32.47%
G=31.79%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891852080.090.1100.18250.4319.6677.06
HexBDB9D09B012fa144d
Octal275271320111302237224115
Binary1011110110111001110100001001101101001011111010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9D0; }

 p { color: rgb(189,185,208); }

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

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

 a { background-color: rgb(189,185,208); }

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

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

 span { border-color: rgb(189,185,208); }

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