#BBB8C4

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

Shades of Blue Haze #BBB8C4

Tints of Blue Haze #BBB8C4

Color information

#BBB8C4 (or 0xBBB8C4) is unknown color: approx Blue Haze. HEX triplet: BB, B8 and C4. RGB value is (187,184,196). Sum of RGB (Red+Green+Blue) = 187+184+196=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBB8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C4 is #44473B. Grayscale: #BABABA. Windows color (decimal): -4474684 or 12892347. OLE color: 12892347.

HSL color Cylindrical-coordinate representation of color #BBB8C4: hue angle of 255º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB8C4 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187184196-
CMYK0.050.0600.23
HSL255º9.23%74.51%-
HSV(B)255º6.12%76.86%-
XYZ47.648.8359.14-
YUV186.26133.49128.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.98%
GREEN value IS 184 (72.27% from 255) = 32.45%
BLUE value IS 196 (76.95% from 255) = 34.57%
R=32.98%
G=32.45%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871841960.050.0600.232559.2374.51
HexBBB8C456017ff94b
Octal2732703045602737711113
Binary1011101110111000110001001011100101111111111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8C4; }

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

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

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

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

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

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

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

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