Shades of Moon Raker #BAABCF
Tints of Moon Raker #BAABCF
RGB
CMYK
RGB Variations
Color information
#BAABCF (or 0xBAABCF) is known color: Moon Raker. HEX triplet: BA, AB and CF. RGB value is (186,171,207). Sum of RGB (Red+Green+Blue) = 186+171+207=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #BAABCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABCF is #455430. Grayscale: #B3B3B3. Windows color (decimal): -4543537 or 13609914. OLE color: 13609914.
HSL color Cylindrical-coordinate representation of color #BAABCF: hue angle of 265º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAABCF is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 171 | 207 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.19 |
| HSL | 265º | 0.27% | 0.74% | - |
| HSV(B) | 265º | 0.17% | 0.81% | - |
| XYZ | 46.08 | 44.07 | 65.11 | - |
| YUV | 179.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 171 | 207 | 0.10 | 0.17 | 0 | 0.19 | 265 | 0.27 | 0.74 |
| Hex | BA | AB | CF | A | 11 | 0 | 13 | 109 | 1B | 4A |
| Octal | 272 | 253 | 317 | 12 | 21 | 0 | 23 | 411 | 33 | 112 |
| Binary | 10111010 | 10101011 | 11001111 | 1010 | 10001 | 0 | 10011 | 100001001 | 11011 | 1001010 |
Color Harmonies of #BAABCF
Complementary color
Monochromatic Colors of #BAABCF
Black with #BAABCF
Text Example
Text Example
White with #BAABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAABCF; }
p { color: rgb(186,171,207); }
H1.HeaderClassName
{
color: #BAABCF;
}
.AnyTagClassName
{
color: #BAABCF;
}
</style>
background-color css
<style>
a { background-color: #BAABCF; }
a { background-color: rgb(186,171,207); }
div.DivClassName
{
background-color: #BAABCF;
}
.BgClassName
{
background-color: #BAABCF;
}
</style>
border-color css
<style>
span { border-color: #BAABCF; }
span { border-color: rgb(186,171,207); }
td.TdClassName
{
border-color: #BAABCF;
}
.TagClassName
{
border-color: #BAABCF;
}
</style>