#BABCC7

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

Shades of Ghost #BABCC7

Tints of Ghost #BABCC7

Color information

#BABCC7 (or 0xBABCC7) is unknown color: approx Ghost. HEX triplet: BA, BC and C7. RGB value is (186,188,199). Sum of RGB (Red+Green+Blue) = 186+188+199=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 199 (78.12% from 255 or 34.73% from 573); Max value from RGB is 199 - color contains mainly: blue. Hex color #BABCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC7 is #454338. Grayscale: #BCBCBC. Windows color (decimal): -4539193 or 13089978. OLE color: 13089978.

HSL color Cylindrical-coordinate representation of color #BABCC7: hue angle of 230.77º 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 #BABCC7 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186188199-
CMYK0.070.0600.22
HSL230.77º10.4%75.49%-
HSV(B)230.77º6.53%78.04%-
XYZ48.5450.5361.23-
YUV188.66133.84126.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.46%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 199 (78.12% from 255) = 34.73%
R=32.46%
G=32.81%
B=34.73%

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
Decimal1861881990.070.0600.22230.7710.475.49
HexBABCC776016e7a4b
Octal2722743077602634712113
Binary1011101010111100110001111111100101101110011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCC7; }

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

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

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

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

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

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

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

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