#BBB5CC

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

Shades of Blue Haze #BBB5CC

Tints of Blue Haze #BBB5CC

Color information

#BBB5CC (or 0xBBB5CC) is unknown color: approx Blue Haze. HEX triplet: BB, B5 and CC. RGB value is (187,181,204). Sum of RGB (Red+Green+Blue) = 187+181+204=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB5CC is #444A33. Grayscale: #B9B9B9. Windows color (decimal): -4475444 or 13415867. OLE color: 13415867.

HSL color Cylindrical-coordinate representation of color #BBB5CC: hue angle of 255.65º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB5CC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187181204-
CMYK0.080.1100.2
HSL255.65º18.4%75.49%-
HSV(B)255.65º11.27%80%-
XYZ47.9247.9763.86-
YUV185.42138.49129.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=32.69%
G=31.64%
B=35.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871812040.080.1100.2255.6518.475.49
HexBBB5CC8B014100124b
Octal273265314101302440022113
Binary10111011101101011100110010001011010100100000000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB5CC; }

 p { color: rgb(187,181,204); }

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

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

 a { background-color: rgb(187,181,204); }

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

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

 span { border-color: rgb(187,181,204); }

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