Shades of Moon Raker #BAB2CB
Tints of Moon Raker #BAB2CB
RGB
CMYK
RGB Variations
Color information
#BAB2CB (or 0xBAB2CB) is known color: Moon Raker. HEX triplet: BA, B2 and CB. RGB value is (186,178,203). Sum of RGB (Red+Green+Blue) = 186+178+203=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #BAB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2CB is #454D34. Grayscale: #B7B7B7. Windows color (decimal): -4541749 or 13349562. OLE color: 13349562.
HSL color Cylindrical-coordinate representation of color #BAB2CB: hue angle of 259.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAB2CB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 178 | 203 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.20 |
| HSL | 259.2º | 0.19% | 0.75% | - |
| HSV(B) | 259.2º | 0.12% | 0.8% | - |
| XYZ | 46.95 | 46.59 | 63.02 | - |
| YUV | 183.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 178 | 203 | 0.08 | 0.12 | 0 | 0.20 | 259.2 | 0.19 | 0.75 |
| Hex | BA | B2 | CB | 8 | C | 0 | 14 | 103 | 13 | 4B |
| Octal | 272 | 262 | 313 | 10 | 14 | 0 | 24 | 403 | 23 | 113 |
| Binary | 10111010 | 10110010 | 11001011 | 1000 | 1100 | 0 | 10100 | 100000011 | 10011 | 1001011 |
Color Harmonies of #BAB2CB
Complementary color
Monochromatic Colors of #BAB2CB
Black with #BAB2CB
Text Example
Text Example
White with #BAB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB2CB; }
p { color: rgb(186,178,203); }
H1.HeaderClassName
{
color: #BAB2CB;
}
.AnyTagClassName
{
color: #BAB2CB;
}
</style>
background-color css
<style>
a { background-color: #BAB2CB; }
a { background-color: rgb(186,178,203); }
div.DivClassName
{
background-color: #BAB2CB;
}
.BgClassName
{
background-color: #BAB2CB;
}
</style>
border-color css
<style>
span { border-color: #BAB2CB; }
span { border-color: rgb(186,178,203); }
td.TdClassName
{
border-color: #BAB2CB;
}
.TagClassName
{
border-color: #BAB2CB;
}
</style>