#BABACA

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

Shades of Ghost #BABACA

Tints of Ghost #BABACA

Color information

#BABACA (or 0xBABACA) is unknown color: approx Ghost. HEX triplet: BA, BA and CA. RGB value is (186,186,202). Sum of RGB (Red+Green+Blue) = 186+186+202=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #BABACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABACA is #454535. Grayscale: #BBBBBB. Windows color (decimal): -4539702 or 13286074. OLE color: 13286074.

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

Color convert

RGB186186202-
CMYK0.080.0800.21
HSL240º13.11%76.08%-
HSV(B)240º7.92%79.22%-
XYZ48.4749.8262.94-
YUV187.82136126.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 202 (79.30% from 255) = 35.19%
R=32.40%
G=32.40%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861862020.080.0800.2124013.1176.08
HexBABACA88015f0d4c
Octal272272312101002536015114
Binary101110101011101011001010100010000101011111000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABACA; }

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

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

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

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

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

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

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

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