#BDBBD0

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

Shades of Blue Haze #BDBBD0

Tints of Blue Haze #BDBBD0

Color information

#BDBBD0 (or 0xBDBBD0) is unknown color: approx Blue Haze. HEX triplet: BD, BB and D0. RGB value is (189,187,208). Sum of RGB (Red+Green+Blue) = 189+187+208=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #BDBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD0 is #42442F. Grayscale: #BDBDBD. Windows color (decimal): -4342832 or 13679549. OLE color: 13679549.

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

Color convert

RGB189187208-
CMYK0.090.1000.18
HSL245.71º18.26%77.45%-
HSV(B)245.71º10.1%81.57%-
XYZ50.1450.9166.86-
YUV189.99138.16127.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.36%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 208 (81.64% from 255) = 35.62%
R=32.36%
G=32.02%
B=35.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891872080.090.1000.18245.7118.2677.45
HexBDBBD09A012f6124d
Octal275273320111202236622115
Binary1011110110111011110100001001101001001011110110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD0; }

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

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

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

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

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

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

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

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