Shades of Ghost #BABACA
Tints of Ghost #BABACA
RGB
CMYK
RGB Variations
Color information
#BABACA (or 0xBABACA) is known color: 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
| RGB | 186 | 186 | 202 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.21 |
| HSL | 240º | 0.13% | 0.76% | - |
| HSV(B) | 240º | 0.08% | 0.79% | - |
| XYZ | 48.47 | 49.82 | 62.94 | - |
| YUV | 187.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 186 | 202 | 0.08 | 0.08 | 0 | 0.21 | 240 | 0.13 | 0.76 |
| Hex | BA | BA | CA | 8 | 8 | 0 | 15 | F0 | D | 4C |
| Octal | 272 | 272 | 312 | 10 | 10 | 0 | 25 | 360 | 15 | 114 |
| Binary | 10111010 | 10111010 | 11001010 | 1000 | 1000 | 0 | 10101 | 11110000 | 1101 | 1001100 |
Color Harmonies of #BABACA
Complementary color
Monochromatic Colors of #BABACA
Black with #BABACA
Text Example
Text Example
White with #BABACA
Text Example
Text Example
HTML Codes & Css Web 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>