Shades of Moon Raker #BAAFCA
Tints of Moon Raker #BAAFCA
RGB
CMYK
RGB Variations
Color information
#BAAFCA (or 0xBAAFCA) is known color: Moon Raker. HEX triplet: BA, AF and CA. RGB value is (186,175,202). Sum of RGB (Red+Green+Blue) = 186+175+202=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #BAAFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFCA is #455035. Grayscale: #B5B5B5. Windows color (decimal): -4542518 or 13283258. OLE color: 13283258.
HSL color Cylindrical-coordinate representation of color #BAAFCA: hue angle of 264.44º 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 #BAAFCA is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 186 | 175 | 202 | - |
CMYK | 0.08 | 0.13 | 0 | 0.21 |
HSL | 264.44º | 0.2% | 0.74% | - |
HSV(B) | 264.44º | 0.13% | 0.79% | - |
XYZ | 46.24 | 45.36 | 62.2 | - |
YUV | 181.37 | 139.64 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 175 | 202 | 0.08 | 0.13 | 0 | 0.21 | 264.44 | 0.2 | 0.74 |
Hex | BA | AF | CA | 8 | D | 0 | 15 | 108 | 14 | 4A |
Octal | 272 | 257 | 312 | 10 | 15 | 0 | 25 | 410 | 24 | 112 |
Binary | 10111010 | 10101111 | 11001010 | 1000 | 1101 | 0 | 10101 | 100001000 | 10100 | 1001010 |
Color Harmonies of #BAAFCA
Complementary color
Monochromatic Colors of #BAAFCA
Black with #BAAFCA
Text Example
Text Example
White with #BAAFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAFCA; }
p { color: rgb(186,175,202); }
H1.HeaderClassName
{
color: #BAAFCA;
}
.AnyTagClassName
{
color: #BAAFCA;
}
</style>
background-color css
<style>
a { background-color: #BAAFCA; }
a { background-color: rgb(186,175,202); }
div.DivClassName
{
background-color: #BAAFCA;
}
.BgClassName
{
background-color: #BAAFCA;
}
</style>
border-color css
<style>
span { border-color: #BAAFCA; }
span { border-color: rgb(186,175,202); }
td.TdClassName
{
border-color: #BAAFCA;
}
.TagClassName
{
border-color: #BAAFCA;
}
</style>