#BBB6CD

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

Shades of Blue Haze #BBB6CD

Tints of Blue Haze #BBB6CD

Color information

#BBB6CD (or 0xBBB6CD) is unknown color: approx Blue Haze. HEX triplet: BB, B6 and CD. RGB value is (187,182,205). Sum of RGB (Red+Green+Blue) = 187+182+205=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6CD is #444932. Grayscale: #BABABA. Windows color (decimal): -4475187 or 13481659. OLE color: 13481659.

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

Color convert

RGB187182205-
CMYK0.090.1100.20
HSL253.04º18.7%75.88%-
HSV(B)253.04º11.22%80.39%-
XYZ48.2448.4364.56-
YUV186.12138.66128.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=32.58%
G=31.71%
B=35.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871822050.090.1100.20253.0418.775.88
HexBBB6CD9B014fd134c
Octal273266315111302437523114
Binary1011101110110110110011011001101101010011111101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB6CD; }

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

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

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

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

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

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

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

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