#BDBBCF

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

Shades of Blue Haze #BDBBCF

Tints of Blue Haze #BDBBCF

Color information

#BDBBCF (or 0xBDBBCF) is unknown color: approx Blue Haze. HEX triplet: BD, BB and CF. RGB value is (189,187,207). Sum of RGB (Red+Green+Blue) = 189+187+207=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 207 - color contains mainly: blue. Hex color #BDBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBCF is #424430. Grayscale: #BDBDBD. Windows color (decimal): -4342833 or 13614013. OLE color: 13614013.

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

Color convert

RGB189187207-
CMYK0.090.1000.19
HSL246º17.24%77.25%-
HSV(B)246º9.66%81.18%-
XYZ50.0250.8666.21-
YUV189.88137.66127.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.42%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=32.42%
G=32.08%
B=35.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1891872070.090.1000.1924617.2477.25
HexBDBBCF9A013f6114d
Octal275273317111202336621115
Binary1011110110111011110011111001101001001111110110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBCF; }

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

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

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

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

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

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

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

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