Shades of Moon Raker #BAB3C8
Tints of Moon Raker #BAB3C8
RGB
CMYK
RGB Variations
Color information
#BAB3C8 (or 0xBAB3C8) is known color: Moon Raker. HEX triplet: BA, B3 and C8. RGB value is (186,179,200). Sum of RGB (Red+Green+Blue) = 186+179+200=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAB3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C8 is #454C37. Grayscale: #B7B7B7. Windows color (decimal): -4541496 or 13153210. OLE color: 13153210.
HSL color Cylindrical-coordinate representation of color #BAB3C8: hue angle of 260º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAB3C8 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 179 | 200 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.22 |
| HSL | 260º | 0.16% | 0.74% | - |
| HSV(B) | 260º | 0.11% | 0.78% | - |
| XYZ | 46.8 | 46.85 | 61.22 | - |
| YUV | 183.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 200 | 0.07 | 0.10 | 0 | 0.22 | 260 | 0.16 | 0.74 |
| Hex | BA | B3 | C8 | 7 | A | 0 | 16 | 104 | 10 | 4A |
| Octal | 272 | 263 | 310 | 7 | 12 | 0 | 26 | 404 | 20 | 112 |
| Binary | 10111010 | 10110011 | 11001000 | 111 | 1010 | 0 | 10110 | 100000100 | 10000 | 1001010 |
Color Harmonies of #BAB3C8
Complementary color
Monochromatic Colors of #BAB3C8
Black with #BAB3C8
Text Example
Text Example
White with #BAB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3C8; }
p { color: rgb(186,179,200); }
H1.HeaderClassName
{
color: #BAB3C8;
}
.AnyTagClassName
{
color: #BAB3C8;
}
</style>
background-color css
<style>
a { background-color: #BAB3C8; }
a { background-color: rgb(186,179,200); }
div.DivClassName
{
background-color: #BAB3C8;
}
.BgClassName
{
background-color: #BAB3C8;
}
</style>
border-color css
<style>
span { border-color: #BAB3C8; }
span { border-color: rgb(186,179,200); }
td.TdClassName
{
border-color: #BAB3C8;
}
.TagClassName
{
border-color: #BAB3C8;
}
</style>