#BBBBBD

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

Shades of Ghost #BBBBBD

Tints of Ghost #BBBBBD

Color information

#BBBBBD (or 0xBBBBBD) is unknown color: approx Ghost. HEX triplet: BB, BB and BD. RGB value is (187,187,189). Sum of RGB (Red+Green+Blue) = 187+187+189=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBBD is #444442. Grayscale: #BBBBBB. Windows color (decimal): -4473923 or 12434363. OLE color: 12434363.

HSL color Cylindrical-coordinate representation of color #BBBBBD: 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 #BBBBBD is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB187187189-
CMYK0.010.0100.26
HSL240º1.49%73.73%-
HSV(B)240º1.06%74.12%-
XYZ47.4549.7855.25-
YUV187.23129127.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=33.21%
G=33.21%
B=33.57%

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
Decimal1871871890.010.0100.262401.4973.73
HexBBBBBD1101Af014a
Octal273273275110323601112
Binary101110111011101110111101110110101111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBBD; }

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

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

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

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

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

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

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

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