Shades of Moon Raker #BCAFD2
Tints of Moon Raker #BCAFD2
RGB
CMYK
RGB Variations
Color information
#BCAFD2 (or 0xBCAFD2) is known color: Moon Raker. HEX triplet: BC, AF and D2. RGB value is (188,175,210). Sum of RGB (Red+Green+Blue) = 188+175+210=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 210 (82.42% from 255 or 36.65% from 573); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCAFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFD2 is #43502D. Grayscale: #B6B6B6. Windows color (decimal): -4411438 or 13807548. OLE color: 13807548.
HSL color Cylindrical-coordinate representation of color #BCAFD2: hue angle of 262.29º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCAFD2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 188 | 175 | 210 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.18 |
| HSL | 262.29º | 0.28% | 0.75% | - |
| HSV(B) | 262.29º | 0.17% | 0.82% | - |
| XYZ | 47.7 | 46 | 67.34 | - |
| YUV | 182.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 210 | 0.10 | 0.17 | 0 | 0.18 | 262.29 | 0.28 | 0.75 |
| Hex | BC | AF | D2 | A | 11 | 0 | 12 | 106 | 1C | 4B |
| Octal | 274 | 257 | 322 | 12 | 21 | 0 | 22 | 406 | 34 | 113 |
| Binary | 10111100 | 10101111 | 11010010 | 1010 | 10001 | 0 | 10010 | 100000110 | 11100 | 1001011 |
Color Harmonies of #BCAFD2
Complementary color
Monochromatic Colors of #BCAFD2
Black with #BCAFD2
Text Example
Text Example
White with #BCAFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFD2; }
p { color: rgb(188,175,210); }
H1.HeaderClassName
{
color: #BCAFD2;
}
.AnyTagClassName
{
color: #BCAFD2;
}
</style>
background-color css
<style>
a { background-color: #BCAFD2; }
a { background-color: rgb(188,175,210); }
div.DivClassName
{
background-color: #BCAFD2;
}
.BgClassName
{
background-color: #BCAFD2;
}
</style>
border-color css
<style>
span { border-color: #BCAFD2; }
span { border-color: rgb(188,175,210); }
td.TdClassName
{
border-color: #BCAFD2;
}
.TagClassName
{
border-color: #BCAFD2;
}
</style>