#BBB8CF

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

Shades of Blue Haze #BBB8CF

Tints of Blue Haze #BBB8CF

Color information

#BBB8CF (or 0xBBB8CF) is unknown color: approx Blue Haze. HEX triplet: BB, B8 and CF. RGB value is (187,184,207). Sum of RGB (Red+Green+Blue) = 187+184+207=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 184 (72.27% from 255 or 31.83% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB8CF is #444730. Grayscale: #BBBBBB. Windows color (decimal): -4474673 or 13613243. OLE color: 13613243.

HSL color Cylindrical-coordinate representation of color #BBB8CF: hue angle of 247.83º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB8CF is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187184207-
CMYK0.100.1100.19
HSL247.83º19.33%76.67%-
HSV(B)247.83º11.11%81.18%-
XYZ48.949.3565.98-
YUV187.52138.99127.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 184 (72.27% from 255) = 31.83%
BLUE value IS 207 (81.25% from 255) = 35.81%
R=32.35%
G=31.83%
B=35.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871842070.100.1100.19247.8319.3376.67
HexBBB8CFAB013f8134d
Octal273270317121302337023115
Binary1011101110111000110011111010101101001111111000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB8CF; }

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

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

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

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

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

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

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

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