#BBBBC9

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

Shades of Ghost #BBBBC9

Tints of Ghost #BBBBC9

Color information

#BBBBC9 (or 0xBBBBC9) is unknown color: approx Ghost. HEX triplet: BB, BB and C9. RGB value is (187,187,201). Sum of RGB (Red+Green+Blue) = 187+187+201=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBBBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBC9 is #444436. Grayscale: #BCBCBC. Windows color (decimal): -4473911 or 13220795. OLE color: 13220795.

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

Color convert

RGB187187201-
CMYK0.070.0700.21
HSL240º11.48%76.08%-
HSV(B)240º6.97%78.82%-
XYZ48.8150.3262.4-
YUV188.6135126.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.52%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 201 (78.91% from 255) = 34.96%
R=32.52%
G=32.52%
B=34.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871872010.070.0700.2124011.4876.08
HexBBBBC977015f0b4c
Octal2732733117702536013114
Binary1011101110111011110010011111110101011111000010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBBC9; }

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

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

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

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

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

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

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

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