Shades of Moon Raker #BCAFCE
Tints of Moon Raker #BCAFCE
RGB
CMYK
RGB Variations
Color information
#BCAFCE (or 0xBCAFCE) is known color: Moon Raker. HEX triplet: BC, AF and CE. RGB value is (188,175,206). Sum of RGB (Red+Green+Blue) = 188+175+206=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFCE is #435031. Grayscale: #B6B6B6. Windows color (decimal): -4411442 or 13545404. OLE color: 13545404.
HSL color Cylindrical-coordinate representation of color #BCAFCE: hue angle of 265.16º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAFCE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 175 | 206 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.19 |
| HSL | 265.16º | 0.24% | 0.75% | - |
| HSV(B) | 265.16º | 0.15% | 0.81% | - |
| XYZ | 47.21 | 45.81 | 64.75 | - |
| YUV | 182.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 206 | 0.09 | 0.15 | 0 | 0.19 | 265.16 | 0.24 | 0.75 |
| Hex | BC | AF | CE | 9 | F | 0 | 13 | 109 | 18 | 4B |
| Octal | 274 | 257 | 316 | 11 | 17 | 0 | 23 | 411 | 30 | 113 |
| Binary | 10111100 | 10101111 | 11001110 | 1001 | 1111 | 0 | 10011 | 100001001 | 11000 | 1001011 |
Color Harmonies of #BCAFCE
Complementary color
Monochromatic Colors of #BCAFCE
Black with #BCAFCE
Text Example
Text Example
White with #BCAFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFCE; }
p { color: rgb(188,175,206); }
H1.HeaderClassName
{
color: #BCAFCE;
}
.AnyTagClassName
{
color: #BCAFCE;
}
</style>
background-color css
<style>
a { background-color: #BCAFCE; }
a { background-color: rgb(188,175,206); }
div.DivClassName
{
background-color: #BCAFCE;
}
.BgClassName
{
background-color: #BCAFCE;
}
</style>
border-color css
<style>
span { border-color: #BCAFCE; }
span { border-color: rgb(188,175,206); }
td.TdClassName
{
border-color: #BCAFCE;
}
.TagClassName
{
border-color: #BCAFCE;
}
</style>