#BBBBC0

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

Shades of Ghost #BBBBC0

Tints of Ghost #BBBBC0

Color information

#BBBBC0 (or 0xBBBBC0) is unknown color: approx Ghost. HEX triplet: BB, BB and C0. RGB value is (187,187,192). Sum of RGB (Red+Green+Blue) = 187+187+192=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC0 is #44443F. Grayscale: #BBBBBB. Windows color (decimal): -4473920 or 12630971. OLE color: 12630971.

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

Color convert

RGB187187192-
CMYK0.030.0300.25
HSL240º3.82%74.31%-
HSV(B)240º2.6%75.29%-
XYZ47.7849.9156.98-
YUV187.57130.5127.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 187 (73.44% from 255) = 33.04%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=33.04%
G=33.04%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871871920.030.0300.252403.8274.31
HexBBBBC033019f044a
Octal273273300330313604112
Binary1011101110111011110000001111011001111100001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBC0; }

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

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

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

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

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

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

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

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