#BDBBCD

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

Shades of Blue Haze #BDBBCD

Tints of Blue Haze #BDBBCD

Color information

#BDBBCD (or 0xBDBBCD) is unknown color: approx Blue Haze. HEX triplet: BD, BB and CD. RGB value is (189,187,205). Sum of RGB (Red+Green+Blue) = 189+187+205=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBCD is #424432. Grayscale: #BDBDBD. Windows color (decimal): -4342835 or 13482941. OLE color: 13482941.

HSL color Cylindrical-coordinate representation of color #BDBBCD: hue angle of 246.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDBBCD is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189187205-
CMYK0.080.0900.20
HSL246.67º15.25%76.86%-
HSV(B)246.67º8.78%80.39%-
XYZ49.7850.7764.93-
YUV189.65136.66127.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.53%
GREEN value IS 187 (73.44% from 255) = 32.19%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=32.53%
G=32.19%
B=35.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891872050.080.0900.20246.6715.2576.86
HexBDBBCD89014f7f4d
Octal275273315101102436717115
Binary101111011011101111001101100010010101001111011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBCD; }

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

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

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

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

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

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

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

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