Shades of Moon Raker #BAB1CB
Tints of Moon Raker #BAB1CB
RGB
CMYK
RGB Variations
Color information
#BAB1CB (or 0xBAB1CB) is known color: Moon Raker. HEX triplet: BA, B1 and CB. RGB value is (186,177,203). Sum of RGB (Red+Green+Blue) = 186+177+203=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB1CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1CB is #454E34. Grayscale: #B6B6B6. Windows color (decimal): -4542005 or 13349306. OLE color: 13349306.
HSL color Cylindrical-coordinate representation of color #BAB1CB: hue angle of 260.77º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAB1CB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 177 | 203 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.20 |
| HSL | 260.77º | 0.2% | 0.75% | - |
| HSV(B) | 260.77º | 0.13% | 0.8% | - |
| XYZ | 46.75 | 46.2 | 62.95 | - |
| YUV | 182.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 177 | 203 | 0.08 | 0.13 | 0 | 0.20 | 260.77 | 0.2 | 0.75 |
| Hex | BA | B1 | CB | 8 | D | 0 | 14 | 105 | 14 | 4B |
| Octal | 272 | 261 | 313 | 10 | 15 | 0 | 24 | 405 | 24 | 113 |
| Binary | 10111010 | 10110001 | 11001011 | 1000 | 1101 | 0 | 10100 | 100000101 | 10100 | 1001011 |
Color Harmonies of #BAB1CB
Complementary color
Monochromatic Colors of #BAB1CB
Black with #BAB1CB
Text Example
Text Example
White with #BAB1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB1CB; }
p { color: rgb(186,177,203); }
H1.HeaderClassName
{
color: #BAB1CB;
}
.AnyTagClassName
{
color: #BAB1CB;
}
</style>
background-color css
<style>
a { background-color: #BAB1CB; }
a { background-color: rgb(186,177,203); }
div.DivClassName
{
background-color: #BAB1CB;
}
.BgClassName
{
background-color: #BAB1CB;
}
</style>
border-color css
<style>
span { border-color: #BAB1CB; }
span { border-color: rgb(186,177,203); }
td.TdClassName
{
border-color: #BAB1CB;
}
.TagClassName
{
border-color: #BAB1CB;
}
</style>