#BABAC8

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

Shades of Ghost #BABAC8

Tints of Ghost #BABAC8

Color information

#BABAC8 (or 0xBABAC8) is unknown color: approx Ghost. HEX triplet: BA, BA and C8. RGB value is (186,186,200). Sum of RGB (Red+Green+Blue) = 186+186+200=572 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.52% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABAC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABAC8 is #454537. Grayscale: #BBBBBB. Windows color (decimal): -4539704 or 13155002. OLE color: 13155002.

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

Color convert

RGB186186200-
CMYK0.070.0700.22
HSL240º11.29%75.69%-
HSV(B)240º7%78.43%-
XYZ48.2349.7361.7-
YUV187.6135126.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.52%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 200 (78.52% from 255) = 34.97%
R=32.52%
G=32.52%
B=34.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861862000.070.0700.2224011.2975.69
HexBABAC877016f0b4c
Octal2722723107702636013114
Binary1011101010111010110010001111110101101111000010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABAC8; }

 p { color: rgb(186,186,200); }

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

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

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

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

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

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

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