#BBBABE

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

Shades of Ghost #BBBABE

Tints of Ghost #BBBABE

Color information

#BBBABE (or 0xBBBABE) is unknown color: approx Ghost. HEX triplet: BB, BA and BE. RGB value is (187,186,190). Sum of RGB (Red+Green+Blue) = 187+186+190=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBBABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBABE is #444541. Grayscale: #BABABA. Windows color (decimal): -4474178 or 12499643. OLE color: 12499643.

HSL color Cylindrical-coordinate representation of color #BBBABE: hue angle of 255º 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 #BBBABE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187186190-
CMYK0.020.0200.25
HSL255º2.99%73.73%-
HSV(B)255º2.11%74.51%-
XYZ47.3549.455.75-
YUV186.75129.83128.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=33.21%
G=33.04%
B=33.75%

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
Decimal1871861900.020.0200.252552.9973.73
HexBBBABE22019ff34a
Octal273272276220313773112
Binary101110111011101010111110101001100111111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBABE; }

 p { color: rgb(187,186,190); }

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

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

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

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

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

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

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