Shades of Moon Raker #BAB1D7
Tints of Moon Raker #BAB1D7
RGB
CMYK
RGB Variations
Color information
#BAB1D7 (or 0xBAB1D7) is known color: Moon Raker. HEX triplet: BA, B1 and D7. RGB value is (186,177,215). Sum of RGB (Red+Green+Blue) = 186+177+215=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1D7 is #454E28. Grayscale: #B7B7B7. Windows color (decimal): -4541993 or 14135738. OLE color: 14135738.
HSL color Cylindrical-coordinate representation of color #BAB1D7: hue angle of 254.21º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAB1D7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 177 | 215 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.16 |
| HSL | 254.21º | 0.32% | 0.77% | - |
| HSV(B) | 254.21º | 0.18% | 0.84% | - |
| XYZ | 48.24 | 46.79 | 70.78 | - |
| YUV | 184.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 215 | 0.13 | 0.18 | 0 | 0.16 | 254.21 | 0.32 | 0.77 |
| Hex | BA | B1 | D7 | D | 12 | 0 | 10 | FE | 20 | 4D |
| Octal | 272 | 261 | 327 | 15 | 22 | 0 | 20 | 376 | 40 | 115 |
| Binary | 10111010 | 10110001 | 11010111 | 1101 | 10010 | 0 | 10000 | 11111110 | 100000 | 1001101 |
Color Harmonies of #BAB1D7
Complementary color
Monochromatic Colors of #BAB1D7
Black with #BAB1D7
Text Example
Text Example
White with #BAB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1D7; }
p { color: rgb(186,177,215); }
H1.HeaderClassName
{
color: #BAB1D7;
}
.AnyTagClassName
{
color: #BAB1D7;
}
</style>
background-color css
<style>
a { background-color: #BAB1D7; }
a { background-color: rgb(186,177,215); }
div.DivClassName
{
background-color: #BAB1D7;
}
.BgClassName
{
background-color: #BAB1D7;
}
</style>
border-color css
<style>
span { border-color: #BAB1D7; }
span { border-color: rgb(186,177,215); }
td.TdClassName
{
border-color: #BAB1D7;
}
.TagClassName
{
border-color: #BAB1D7;
}
</style>