#BBB8CA

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

Shades of Blue Haze #BBB8CA

Tints of Blue Haze #BBB8CA

Color information

#BBB8CA (or 0xBBB8CA) is unknown color: approx Blue Haze. HEX triplet: BB, B8 and CA. RGB value is (187,184,202). Sum of RGB (Red+Green+Blue) = 187+184+202=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 184 (72.27% from 255 or 32.11% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8CA is #444735. Grayscale: #BABABA. Windows color (decimal): -4474678 or 13285563. OLE color: 13285563.

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

Color convert

RGB187184202-
CMYK0.070.0900.21
HSL250º14.52%75.69%-
HSV(B)250º8.91%79.22%-
XYZ48.2949.1162.81-
YUV186.95136.49128.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 184 (72.27% from 255) = 32.11%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=32.64%
G=32.11%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871842020.070.0900.2125014.5275.69
HexBBB8CA79015faf4c
Octal27327031271102537217114
Binary10111011101110001100101011110010101011111101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8CA; }

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

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

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

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

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

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

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

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