#BBBBBC

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

Shades of Ghost #BBBBBC

Tints of Ghost #BBBBBC

Color information

#BBBBBC (or 0xBBBBBC) is unknown color: approx Ghost. HEX triplet: BB, BB and BC. RGB value is (187,187,188). Sum of RGB (Red+Green+Blue) = 187+187+188=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 188 - color contains mainly: blue. Hex color #BBBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBC is #444443. Grayscale: #BBBBBB. Windows color (decimal): -4473924 or 12368827. OLE color: 12368827.

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

Color convert

RGB187187188-
CMYK0.010.0100.26
HSL240º0.74%73.53%-
HSV(B)240º0.53%73.73%-
XYZ47.3449.7454.68-
YUV187.11128.5127.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 188 (73.83% from 255) = 33.45%
R=33.27%
G=33.27%
B=33.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871871880.010.0100.262400.7473.53
HexBBBBBC1101Af014a
Octal273273274110323601112
Binary101110111011101110111100110110101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBBC; }

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

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

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

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

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

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

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

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