#BBBBBE

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

Shades of Ghost #BBBBBE

Tints of Ghost #BBBBBE

Color information

#BBBBBE (or 0xBBBBBE) is unknown color: approx Ghost. HEX triplet: BB, BB and BE. RGB value is (187,187,190). Sum of RGB (Red+Green+Blue) = 187+187+190=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBE is #444441. Grayscale: #BBBBBB. Windows color (decimal): -4473922 or 12499899. OLE color: 12499899.

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

Color convert

RGB187187190-
CMYK0.020.0200.25
HSL240º2.26%73.92%-
HSV(B)240º1.58%74.51%-
XYZ47.5649.8255.83-
YUV187.34129.5127.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.16%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=33.16%
G=33.16%
B=33.69%

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
Decimal1871871900.020.0200.252402.2673.92
HexBBBBBE22019f024a
Octal273273276220313602112
Binary101110111011101110111110101001100111110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBBE; }

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

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

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

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

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

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

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

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