Shades of Moon Raker #BCAFD7
Tints of Moon Raker #BCAFD7
RGB
CMYK
RGB Variations
Color information
#BCAFD7 (or 0xBCAFD7) is known color: Moon Raker. HEX triplet: BC, AF and D7. RGB value is (188,175,215). Sum of RGB (Red+Green+Blue) = 188+175+215=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD7 is #435028. Grayscale: #B7B7B7. Windows color (decimal): -4411433 or 14135228. OLE color: 14135228.
HSL color Cylindrical-coordinate representation of color #BCAFD7: hue angle of 259.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCAFD7 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 175 | 215 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.16 |
| HSL | 259.5º | 0.33% | 0.76% | - |
| HSV(B) | 259.5º | 0.19% | 0.84% | - |
| XYZ | 48.33 | 46.26 | 70.67 | - |
| YUV | 183.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 215 | 0.13 | 0.19 | 0 | 0.16 | 259.5 | 0.33 | 0.76 |
| Hex | BC | AF | D7 | D | 13 | 0 | 10 | 104 | 21 | 4C |
| Octal | 274 | 257 | 327 | 15 | 23 | 0 | 20 | 404 | 41 | 114 |
| Binary | 10111100 | 10101111 | 11010111 | 1101 | 10011 | 0 | 10000 | 100000100 | 100001 | 1001100 |
Color Harmonies of #BCAFD7
Complementary color
Monochromatic Colors of #BCAFD7
Black with #BCAFD7
Text Example
Text Example
White with #BCAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFD7; }
p { color: rgb(188,175,215); }
H1.HeaderClassName
{
color: #BCAFD7;
}
.AnyTagClassName
{
color: #BCAFD7;
}
</style>
background-color css
<style>
a { background-color: #BCAFD7; }
a { background-color: rgb(188,175,215); }
div.DivClassName
{
background-color: #BCAFD7;
}
.BgClassName
{
background-color: #BCAFD7;
}
</style>
border-color css
<style>
span { border-color: #BCAFD7; }
span { border-color: rgb(188,175,215); }
td.TdClassName
{
border-color: #BCAFD7;
}
.TagClassName
{
border-color: #BCAFD7;
}
</style>