#BBBBBF

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

Shades of Ghost #BBBBBF

Tints of Ghost #BBBBBF

Color information

#BBBBBF (or 0xBBBBBF) is unknown color: approx Ghost. HEX triplet: BB, BB and BF. RGB value is (187,187,191). Sum of RGB (Red+Green+Blue) = 187+187+191=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBF is #444440. Grayscale: #BBBBBB. Windows color (decimal): -4473921 or 12565435. OLE color: 12565435.

HSL color Cylindrical-coordinate representation of color #BBBBBF: hue angle of 240º degrees, saturation: 0.03, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBBBF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187187191-
CMYK0.020.0200.25
HSL240º3.03%74.12%-
HSV(B)240º2.09%74.9%-
XYZ47.6749.8756.4-
YUV187.46130127.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.10%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 191 (75% from 255) = 33.81%
R=33.10%
G=33.10%
B=33.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871871910.020.0200.252403.0374.12
HexBBBBBF22019f034a
Octal273273277220313603112
Binary101110111011101110111111101001100111110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBBF; }

 p { color: rgb(187,187,191); }

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

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

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

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

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

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

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