Shades of Moon Raker #BAB1CE
Tints of Moon Raker #BAB1CE
RGB
CMYK
RGB Variations
Color information
#BAB1CE (or 0xBAB1CE) is known color: Moon Raker. HEX triplet: BA, B1 and CE. RGB value is (186,177,206). Sum of RGB (Red+Green+Blue) = 186+177+206=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #BAB1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CE is #454E31. Grayscale: #B6B6B6. Windows color (decimal): -4542002 or 13545914. OLE color: 13545914.
HSL color Cylindrical-coordinate representation of color #BAB1CE: hue angle of 258.62º degrees, saturation: 0.23, 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 #BAB1CE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 177 | 206 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.19 |
| HSL | 258.62º | 0.23% | 0.75% | - |
| HSV(B) | 258.62º | 0.14% | 0.81% | - |
| XYZ | 47.11 | 46.34 | 64.85 | - |
| YUV | 183 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 206 | 0.10 | 0.14 | 0 | 0.19 | 258.62 | 0.23 | 0.75 |
| Hex | BA | B1 | CE | A | E | 0 | 13 | 103 | 17 | 4B |
| Octal | 272 | 261 | 316 | 12 | 16 | 0 | 23 | 403 | 27 | 113 |
| Binary | 10111010 | 10110001 | 11001110 | 1010 | 1110 | 0 | 10011 | 100000011 | 10111 | 1001011 |
Color Harmonies of #BAB1CE
Complementary color
Monochromatic Colors of #BAB1CE
Black with #BAB1CE
Text Example
Text Example
White with #BAB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1CE; }
p { color: rgb(186,177,206); }
H1.HeaderClassName
{
color: #BAB1CE;
}
.AnyTagClassName
{
color: #BAB1CE;
}
</style>
background-color css
<style>
a { background-color: #BAB1CE; }
a { background-color: rgb(186,177,206); }
div.DivClassName
{
background-color: #BAB1CE;
}
.BgClassName
{
background-color: #BAB1CE;
}
</style>
border-color css
<style>
span { border-color: #BAB1CE; }
span { border-color: rgb(186,177,206); }
td.TdClassName
{
border-color: #BAB1CE;
}
.TagClassName
{
border-color: #BAB1CE;
}
</style>