Shades of Moon Raker #BAB3C7
Tints of Moon Raker #BAB3C7
RGB
CMYK
RGB Variations
Color information
#BAB3C7 (or 0xBAB3C7) is known color: Moon Raker. HEX triplet: BA, B3 and C7. RGB value is (186,179,199). Sum of RGB (Red+Green+Blue) = 186+179+199=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAB3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB3C7 is #454C38. Grayscale: #B7B7B7. Windows color (decimal): -4541497 or 13087674. OLE color: 13087674.
HSL color Cylindrical-coordinate representation of color #BAB3C7: hue angle of 261º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAB3C7 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 179 | 199 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.22 |
| HSL | 261º | 0.15% | 0.74% | - |
| HSV(B) | 261º | 0.1% | 0.78% | - |
| XYZ | 46.68 | 46.8 | 60.61 | - |
| YUV | 183.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 179 | 199 | 0.07 | 0.10 | 0 | 0.22 | 261 | 0.15 | 0.74 |
| Hex | BA | B3 | C7 | 7 | A | 0 | 16 | 105 | F | 4A |
| Octal | 272 | 263 | 307 | 7 | 12 | 0 | 26 | 405 | 17 | 112 |
| Binary | 10111010 | 10110011 | 11000111 | 111 | 1010 | 0 | 10110 | 100000101 | 1111 | 1001010 |
Color Harmonies of #BAB3C7
Complementary color
Monochromatic Colors of #BAB3C7
Black with #BAB3C7
Text Example
Text Example
White with #BAB3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB3C7; }
p { color: rgb(186,179,199); }
H1.HeaderClassName
{
color: #BAB3C7;
}
.AnyTagClassName
{
color: #BAB3C7;
}
</style>
background-color css
<style>
a { background-color: #BAB3C7; }
a { background-color: rgb(186,179,199); }
div.DivClassName
{
background-color: #BAB3C7;
}
.BgClassName
{
background-color: #BAB3C7;
}
</style>
border-color css
<style>
span { border-color: #BAB3C7; }
span { border-color: rgb(186,179,199); }
td.TdClassName
{
border-color: #BAB3C7;
}
.TagClassName
{
border-color: #BAB3C7;
}
</style>