#BDBBCA

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

Shades of Blue Haze #BDBBCA

Tints of Blue Haze #BDBBCA

Color information

#BDBBCA (or 0xBDBBCA) is unknown color: approx Blue Haze. HEX triplet: BD, BB and CA. RGB value is (189,187,202). Sum of RGB (Red+Green+Blue) = 189+187+202=578 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.70% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBCA is #424435. Grayscale: #BDBDBD. Windows color (decimal): -4342838 or 13286333. OLE color: 13286333.

HSL color Cylindrical-coordinate representation of color #BDBBCA: hue angle of 248º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDBBCA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB189187202-
CMYK0.060.0700.21
HSL248º12.4%76.27%-
HSV(B)248º7.43%79.22%-
XYZ49.4250.6263.04-
YUV189.31135.16127.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.70%
GREEN value IS 187 (73.44% from 255) = 32.35%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=32.70%
G=32.35%
B=34.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1891872020.060.0700.2124812.476.27
HexBDBBCA67015f8c4c
Octal2752733126702537014114
Binary1011110110111011110010101101110101011111100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBCA; }

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

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

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

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

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

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

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

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