#BABBC7

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

Shades of Ghost #BABBC7

Tints of Ghost #BABBC7

Color information

#BABBC7 (or 0xBABBC7) is unknown color: approx Ghost. HEX triplet: BA, BB and C7. RGB value is (186,187,199). Sum of RGB (Red+Green+Blue) = 186+187+199=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 199 (78.12% from 255 or 34.79% from 572); Max value from RGB is 199 - color contains mainly: blue. Hex color #BABBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC7 is #454438. Grayscale: #BCBCBC. Windows color (decimal): -4539449 or 13089722. OLE color: 13089722.

HSL color Cylindrical-coordinate representation of color #BABBC7: hue angle of 235.38º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABBC7 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186187199-
CMYK0.070.0600.22
HSL235.38º10.4%75.49%-
HSV(B)235.38º6.53%78.04%-
XYZ48.3350.161.16-
YUV188.07134.17126.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 199 (78.12% from 255) = 34.79%
R=32.52%
G=32.69%
B=34.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861871990.070.0600.22235.3810.475.49
HexBABBC776016eba4b
Octal2722733077602635312113
Binary1011101010111011110001111111100101101110101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBC7; }

 p { color: rgb(186,187,199); }

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

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

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

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

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

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

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