#BBB8C6

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

Shades of Blue Haze #BBB8C6

Tints of Blue Haze #BBB8C6

Color information

#BBB8C6 (or 0xBBB8C6) is unknown color: approx Blue Haze. HEX triplet: BB, B8 and C6. RGB value is (187,184,198). Sum of RGB (Red+Green+Blue) = 187+184+198=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 184 (72.27% from 255 or 32.34% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBB8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C6 is #444739. Grayscale: #BABABA. Windows color (decimal): -4474682 or 13023419. OLE color: 13023419.

HSL color Cylindrical-coordinate representation of color #BBB8C6: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB8C6 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187184198-
CMYK0.060.0700.22
HSL252.86º10.94%74.9%-
HSV(B)252.86º7.07%77.65%-
XYZ47.8348.9260.35-
YUV186.49134.49128.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 184 (72.27% from 255) = 32.34%
BLUE value IS 198 (77.73% from 255) = 34.80%
R=32.86%
G=32.34%
B=34.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871841980.060.0700.22252.8610.9474.9
HexBBB8C667016fdb4b
Octal2732703066702637513113
Binary1011101110111000110001101101110101101111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8C6; }

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

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

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

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

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

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

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

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