Shades of Moon Raker #BAAEC9
Tints of Moon Raker #BAAEC9
RGB
CMYK
RGB Variations
Color information
#BAAEC9 (or 0xBAAEC9) is known color: Moon Raker. HEX triplet: BA, AE and C9. RGB value is (186,174,201). Sum of RGB (Red+Green+Blue) = 186+174+201=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BAAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC9 is #455136. Grayscale: #B4B4B4. Windows color (decimal): -4542775 or 13217466. OLE color: 13217466.
HSL color Cylindrical-coordinate representation of color #BAAEC9: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAAEC9 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 186 | 174 | 201 | - |
CMYK | 0.07 | 0.13 | 0 | 0.21 |
HSL | 266.67º | 0.2% | 0.74% | - |
HSV(B) | 266.67º | 0.13% | 0.79% | - |
XYZ | 45.93 | 44.93 | 61.51 | - |
YUV | 180.67 | 139.48 | 131.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 174 | 201 | 0.07 | 0.13 | 0 | 0.21 | 266.67 | 0.2 | 0.74 |
Hex | BA | AE | C9 | 7 | D | 0 | 15 | 10B | 14 | 4A |
Octal | 272 | 256 | 311 | 7 | 15 | 0 | 25 | 413 | 24 | 112 |
Binary | 10111010 | 10101110 | 11001001 | 111 | 1101 | 0 | 10101 | 100001011 | 10100 | 1001010 |
Color Harmonies of #BAAEC9
Complementary color
Monochromatic Colors of #BAAEC9
Black with #BAAEC9
Text Example
Text Example
White with #BAAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAEC9; }
p { color: rgb(186,174,201); }
H1.HeaderClassName
{
color: #BAAEC9;
}
.AnyTagClassName
{
color: #BAAEC9;
}
</style>
background-color css
<style>
a { background-color: #BAAEC9; }
a { background-color: rgb(186,174,201); }
div.DivClassName
{
background-color: #BAAEC9;
}
.BgClassName
{
background-color: #BAAEC9;
}
</style>
border-color css
<style>
span { border-color: #BAAEC9; }
span { border-color: rgb(186,174,201); }
td.TdClassName
{
border-color: #BAAEC9;
}
.TagClassName
{
border-color: #BAAEC9;
}
</style>