Shades of Moon Raker #BCAFCD
Tints of Moon Raker #BCAFCD
RGB
CMYK
RGB Variations
Color information
#BCAFCD (or 0xBCAFCD) is known color: Moon Raker. HEX triplet: BC, AF and CD. RGB value is (188,175,205). Sum of RGB (Red+Green+Blue) = 188+175+205=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFCD is #435032. Grayscale: #B6B6B6. Windows color (decimal): -4411443 or 13479868. OLE color: 13479868.
HSL color Cylindrical-coordinate representation of color #BCAFCD: hue angle of 266º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCAFCD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 175 | 205 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.20 |
| HSL | 266º | 0.23% | 0.75% | - |
| HSV(B) | 266º | 0.15% | 0.8% | - |
| XYZ | 47.09 | 45.76 | 64.11 | - |
| YUV | 182.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 205 | 0.08 | 0.15 | 0 | 0.20 | 266 | 0.23 | 0.75 |
| Hex | BC | AF | CD | 8 | F | 0 | 14 | 10A | 17 | 4B |
| Octal | 274 | 257 | 315 | 10 | 17 | 0 | 24 | 412 | 27 | 113 |
| Binary | 10111100 | 10101111 | 11001101 | 1000 | 1111 | 0 | 10100 | 100001010 | 10111 | 1001011 |
Color Harmonies of #BCAFCD
Complementary color
Monochromatic Colors of #BCAFCD
Black with #BCAFCD
Text Example
Text Example
White with #BCAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFCD; }
p { color: rgb(188,175,205); }
H1.HeaderClassName
{
color: #BCAFCD;
}
.AnyTagClassName
{
color: #BCAFCD;
}
</style>
background-color css
<style>
a { background-color: #BCAFCD; }
a { background-color: rgb(188,175,205); }
div.DivClassName
{
background-color: #BCAFCD;
}
.BgClassName
{
background-color: #BCAFCD;
}
</style>
border-color css
<style>
span { border-color: #BCAFCD; }
span { border-color: rgb(188,175,205); }
td.TdClassName
{
border-color: #BCAFCD;
}
.TagClassName
{
border-color: #BCAFCD;
}
</style>