#BDBBD1

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

Shades of Blue Haze #BDBBD1

Tints of Blue Haze #BDBBD1

Color information

#BDBBD1 (or 0xBDBBD1) is unknown color: approx Blue Haze. HEX triplet: BD, BB and D1. RGB value is (189,187,209). Sum of RGB (Red+Green+Blue) = 189+187+209=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 209 (82.03% from 255 or 35.73% from 585); Max value from RGB is 209 - color contains mainly: blue. Hex color #BDBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBD1 is #42442E. Grayscale: #BEBEBE. Windows color (decimal): -4342831 or 13745085. OLE color: 13745085.

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

Color convert

RGB189187209-
CMYK0.100.1100.18
HSL245.45º19.3%77.65%-
HSV(B)245.45º10.53%81.96%-
XYZ50.2750.9667.51-
YUV190.11138.66127.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.31%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 209 (82.03% from 255) = 35.73%
R=32.31%
G=31.97%
B=35.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891872090.100.1100.18245.4519.377.65
HexBDBBD1AB012f5134e
Octal275273321121302236523116
Binary1011110110111011110100011010101101001011110101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBD1; }

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

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

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

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

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

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

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

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