Shades of Moon Raker #BCAECF
Tints of Moon Raker #BCAECF
RGB
CMYK
RGB Variations
Color information
#BCAECF (or 0xBCAECF) is known color: Moon Raker. HEX triplet: BC, AE and CF. RGB value is (188,174,207). Sum of RGB (Red+Green+Blue) = 188+174+207=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAECF is #435130. Grayscale: #B5B5B5. Windows color (decimal): -4411697 or 13610684. OLE color: 13610684.
HSL color Cylindrical-coordinate representation of color #BCAECF: hue angle of 265.45º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCAECF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 174 | 207 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.19 |
| HSL | 265.45º | 0.26% | 0.75% | - |
| HSV(B) | 265.45º | 0.16% | 0.81% | - |
| XYZ | 47.14 | 45.47 | 65.32 | - |
| YUV | 181.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 207 | 0.09 | 0.16 | 0 | 0.19 | 265.45 | 0.26 | 0.75 |
| Hex | BC | AE | CF | 9 | 10 | 0 | 13 | 109 | 1A | 4B |
| Octal | 274 | 256 | 317 | 11 | 20 | 0 | 23 | 411 | 32 | 113 |
| Binary | 10111100 | 10101110 | 11001111 | 1001 | 10000 | 0 | 10011 | 100001001 | 11010 | 1001011 |
Color Harmonies of #BCAECF
Complementary color
Monochromatic Colors of #BCAECF
Black with #BCAECF
Text Example
Text Example
White with #BCAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAECF; }
p { color: rgb(188,174,207); }
H1.HeaderClassName
{
color: #BCAECF;
}
.AnyTagClassName
{
color: #BCAECF;
}
</style>
background-color css
<style>
a { background-color: #BCAECF; }
a { background-color: rgb(188,174,207); }
div.DivClassName
{
background-color: #BCAECF;
}
.BgClassName
{
background-color: #BCAECF;
}
</style>
border-color css
<style>
span { border-color: #BCAECF; }
span { border-color: rgb(188,174,207); }
td.TdClassName
{
border-color: #BCAECF;
}
.TagClassName
{
border-color: #BCAECF;
}
</style>