#BBB8C5

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

Shades of Blue Haze #BBB8C5

Tints of Blue Haze #BBB8C5

Color information

#BBB8C5 (or 0xBBB8C5) is unknown color: approx Blue Haze. HEX triplet: BB, B8 and C5. RGB value is (187,184,197). Sum of RGB (Red+Green+Blue) = 187+184+197=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 184 (72.27% from 255 or 32.39% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBB8C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8C5 is #44473A. Grayscale: #BABABA. Windows color (decimal): -4474683 or 12957883. OLE color: 12957883.

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

Color convert

RGB187184197-
CMYK0.050.0700.23
HSL253.85º10.08%74.71%-
HSV(B)253.85º6.6%77.25%-
XYZ47.7148.8859.74-
YUV186.38133.99128.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 184 (72.27% from 255) = 32.39%
BLUE value IS 197 (77.34% from 255) = 34.68%
R=32.92%
G=32.39%
B=34.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871841970.050.0700.23253.8510.0874.71
HexBBB8C557017fea4b
Octal2732703055702737612113
Binary1011101110111000110001011011110101111111111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8C5; }

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

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

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

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

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

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

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

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