Shades of Moon Raker #BAB0CA
Tints of Moon Raker #BAB0CA
RGB
CMYK
RGB Variations
Color information
#BAB0CA (or 0xBAB0CA) is known color: Moon Raker. HEX triplet: BA, B0 and CA. RGB value is (186,176,202). Sum of RGB (Red+Green+Blue) = 186+176+202=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0CA is #454F35. Grayscale: #B5B5B5. Windows color (decimal): -4542262 or 13283514. OLE color: 13283514.
HSL color Cylindrical-coordinate representation of color #BAB0CA: hue angle of 263.08º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB0CA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 176 | 202 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.21 |
| HSL | 263.08º | 0.2% | 0.74% | - |
| HSV(B) | 263.08º | 0.13% | 0.79% | - |
| XYZ | 46.44 | 45.75 | 62.26 | - |
| YUV | 181.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 176 | 202 | 0.08 | 0.13 | 0 | 0.21 | 263.08 | 0.2 | 0.74 |
| Hex | BA | B0 | CA | 8 | D | 0 | 15 | 107 | 14 | 4A |
| Octal | 272 | 260 | 312 | 10 | 15 | 0 | 25 | 407 | 24 | 112 |
| Binary | 10111010 | 10110000 | 11001010 | 1000 | 1101 | 0 | 10101 | 100000111 | 10100 | 1001010 |
Color Harmonies of #BAB0CA
Complementary color
Monochromatic Colors of #BAB0CA
Black with #BAB0CA
Text Example
Text Example
White with #BAB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB0CA; }
p { color: rgb(186,176,202); }
H1.HeaderClassName
{
color: #BAB0CA;
}
.AnyTagClassName
{
color: #BAB0CA;
}
</style>
background-color css
<style>
a { background-color: #BAB0CA; }
a { background-color: rgb(186,176,202); }
div.DivClassName
{
background-color: #BAB0CA;
}
.BgClassName
{
background-color: #BAB0CA;
}
</style>
border-color css
<style>
span { border-color: #BAB0CA; }
span { border-color: rgb(186,176,202); }
td.TdClassName
{
border-color: #BAB0CA;
}
.TagClassName
{
border-color: #BAB0CA;
}
</style>