Shades of Ghost #BABBC3
Tints of Ghost #BABBC3
RGB
CMYK
RGB Variations
Color information
#BABBC3 (or 0xBABBC3) is known color: Ghost. HEX triplet: BA, BB and C3. RGB value is (186,187,195). Sum of RGB (Red+Green+Blue) = 186+187+195=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 195 - color contains mainly: blue. Hex color #BABBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBC3 is #45443C. Grayscale: #BBBBBB. Windows color (decimal): -4539453 or 12827578. OLE color: 12827578.
HSL color Cylindrical-coordinate representation of color #BABBC3: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABBC3 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 187 | 195 | - |
CMYK | 0.05 | 0.04 | 0 | 0.24 |
HSL | 233.33º | 0.07% | 0.75% | - |
HSV(B) | 233.33º | 0.05% | 0.76% | - |
XYZ | 47.87 | 49.92 | 58.74 | - |
YUV | 187.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 187 | 195 | 0.05 | 0.04 | 0 | 0.24 | 233.33 | 0.07 | 0.75 |
Hex | BA | BB | C3 | 5 | 4 | 0 | 18 | E9 | 7 | 4B |
Octal | 272 | 273 | 303 | 5 | 4 | 0 | 30 | 351 | 7 | 113 |
Binary | 10111010 | 10111011 | 11000011 | 101 | 100 | 0 | 11000 | 11101001 | 111 | 1001011 |
Color Harmonies of #BABBC3
Complementary color
Monochromatic Colors of #BABBC3
Black with #BABBC3
Text Example
Text Example
White with #BABBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BABBC3; }
p { color: rgb(186,187,195); }
H1.HeaderClassName
{
color: #BABBC3;
}
.AnyTagClassName
{
color: #BABBC3;
}
</style>
background-color css
<style>
a { background-color: #BABBC3; }
a { background-color: rgb(186,187,195); }
div.DivClassName
{
background-color: #BABBC3;
}
.BgClassName
{
background-color: #BABBC3;
}
</style>
border-color css
<style>
span { border-color: #BABBC3; }
span { border-color: rgb(186,187,195); }
td.TdClassName
{
border-color: #BABBC3;
}
.TagClassName
{
border-color: #BABBC3;
}
</style>