Shades of Moon Raker #BAB1D3
Tints of Moon Raker #BAB1D3
RGB
CMYK
RGB Variations
Color information
#BAB1D3 (or 0xBAB1D3) is known color: Moon Raker. HEX triplet: BA, B1 and D3. RGB value is (186,177,211). Sum of RGB (Red+Green+Blue) = 186+177+211=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #BAB1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1D3 is #454E2C. Grayscale: #B7B7B7. Windows color (decimal): -4541997 or 13873594. OLE color: 13873594.
HSL color Cylindrical-coordinate representation of color #BAB1D3: hue angle of 255.88º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BAB1D3 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 177 | 211 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.17 |
| HSL | 255.88º | 0.28% | 0.76% | - |
| HSV(B) | 255.88º | 0.16% | 0.83% | - |
| XYZ | 47.73 | 46.59 | 68.1 | - |
| YUV | 183.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 211 | 0.12 | 0.16 | 0 | 0.17 | 255.88 | 0.28 | 0.76 |
| Hex | BA | B1 | D3 | C | 10 | 0 | 11 | 100 | 1C | 4C |
| Octal | 272 | 261 | 323 | 14 | 20 | 0 | 21 | 400 | 34 | 114 |
| Binary | 10111010 | 10110001 | 11010011 | 1100 | 10000 | 0 | 10001 | 100000000 | 11100 | 1001100 |
Color Harmonies of #BAB1D3
Complementary color
Monochromatic Colors of #BAB1D3
Black with #BAB1D3
Text Example
Text Example
White with #BAB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1D3; }
p { color: rgb(186,177,211); }
H1.HeaderClassName
{
color: #BAB1D3;
}
.AnyTagClassName
{
color: #BAB1D3;
}
</style>
background-color css
<style>
a { background-color: #BAB1D3; }
a { background-color: rgb(186,177,211); }
div.DivClassName
{
background-color: #BAB1D3;
}
.BgClassName
{
background-color: #BAB1D3;
}
</style>
border-color css
<style>
span { border-color: #BAB1D3; }
span { border-color: rgb(186,177,211); }
td.TdClassName
{
border-color: #BAB1D3;
}
.TagClassName
{
border-color: #BAB1D3;
}
</style>