#BABCC8

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

Shades of Ghost #BABCC8

Tints of Ghost #BABCC8

Color information

#BABCC8 (or 0xBABCC8) is unknown color: approx Ghost. HEX triplet: BA, BC and C8. RGB value is (186,188,200). Sum of RGB (Red+Green+Blue) = 186+188+200=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC8 is #454337. Grayscale: #BCBCBC. Windows color (decimal): -4539192 or 13155514. OLE color: 13155514.

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

Color convert

RGB186188200-
CMYK0.070.0600.22
HSL231.43º11.29%75.69%-
HSV(B)231.43º7%78.43%-
XYZ48.6650.5861.84-
YUV188.77134.34126.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=32.40%
G=32.75%
B=34.84%

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
Decimal1861882000.070.0600.22231.4311.2975.69
HexBABCC876016e7b4c
Octal2722743107602634713114
Binary1011101010111100110010001111100101101110011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCC8; }

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

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

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

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

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

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

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

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