Shades of Moon Raker #BAB2CE
Tints of Moon Raker #BAB2CE
RGB
CMYK
RGB Variations
Color information
#BAB2CE (or 0xBAB2CE) is known color: Moon Raker. HEX triplet: BA, B2 and CE. RGB value is (186,178,206). Sum of RGB (Red+Green+Blue) = 186+178+206=570 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.63% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2CE is #454D31. Grayscale: #B7B7B7. Windows color (decimal): -4541746 or 13546170. OLE color: 13546170.
HSL color Cylindrical-coordinate representation of color #BAB2CE: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAB2CE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 178 | 206 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.19 |
| HSL | 257.14º | 0.22% | 0.75% | - |
| HSV(B) | 257.14º | 0.14% | 0.81% | - |
| XYZ | 47.31 | 46.74 | 64.92 | - |
| YUV | 183.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 206 | 0.10 | 0.14 | 0 | 0.19 | 257.14 | 0.22 | 0.75 |
| Hex | BA | B2 | CE | A | E | 0 | 13 | 101 | 16 | 4B |
| Octal | 272 | 262 | 316 | 12 | 16 | 0 | 23 | 401 | 26 | 113 |
| Binary | 10111010 | 10110010 | 11001110 | 1010 | 1110 | 0 | 10011 | 100000001 | 10110 | 1001011 |
Color Harmonies of #BAB2CE
Complementary color
Monochromatic Colors of #BAB2CE
Black with #BAB2CE
Text Example
Text Example
White with #BAB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2CE; }
p { color: rgb(186,178,206); }
H1.HeaderClassName
{
color: #BAB2CE;
}
.AnyTagClassName
{
color: #BAB2CE;
}
</style>
background-color css
<style>
a { background-color: #BAB2CE; }
a { background-color: rgb(186,178,206); }
div.DivClassName
{
background-color: #BAB2CE;
}
.BgClassName
{
background-color: #BAB2CE;
}
</style>
border-color css
<style>
span { border-color: #BAB2CE; }
span { border-color: rgb(186,178,206); }
td.TdClassName
{
border-color: #BAB2CE;
}
.TagClassName
{
border-color: #BAB2CE;
}
</style>