Shades of Moon Raker #BCAFDE
Tints of Moon Raker #BCAFDE
RGB
CMYK
RGB Variations
Color information
#BCAFDE (or 0xBCAFDE) is known color: Moon Raker. HEX triplet: BC, AF and DE. RGB value is (188,175,222). Sum of RGB (Red+Green+Blue) = 188+175+222=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 175 (68.75% from 255 or 29.91% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFDE is #435021. Grayscale: #B8B8B8. Windows color (decimal): -4411426 or 14593980. OLE color: 14593980.
HSL color Cylindrical-coordinate representation of color #BCAFDE: hue angle of 256.6º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCAFDE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 175 | 222 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.13 |
| HSL | 256.6º | 0.42% | 0.78% | - |
| HSV(B) | 256.6º | 0.21% | 0.87% | - |
| XYZ | 49.25 | 46.63 | 75.51 | - |
| YUV | 184.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 222 | 0.15 | 0.21 | 0 | 0.13 | 256.6 | 0.42 | 0.78 |
| Hex | BC | AF | DE | F | 15 | 0 | D | 101 | 2A | 4E |
| Octal | 274 | 257 | 336 | 17 | 25 | 0 | 15 | 401 | 52 | 116 |
| Binary | 10111100 | 10101111 | 11011110 | 1111 | 10101 | 0 | 1101 | 100000001 | 101010 | 1001110 |
Color Harmonies of #BCAFDE
Complementary color
Monochromatic Colors of #BCAFDE
Black with #BCAFDE
Text Example
Text Example
White with #BCAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFDE; }
p { color: rgb(188,175,222); }
H1.HeaderClassName
{
color: #BCAFDE;
}
.AnyTagClassName
{
color: #BCAFDE;
}
</style>
background-color css
<style>
a { background-color: #BCAFDE; }
a { background-color: rgb(188,175,222); }
div.DivClassName
{
background-color: #BCAFDE;
}
.BgClassName
{
background-color: #BCAFDE;
}
</style>
border-color css
<style>
span { border-color: #BCAFDE; }
span { border-color: rgb(188,175,222); }
td.TdClassName
{
border-color: #BCAFDE;
}
.TagClassName
{
border-color: #BCAFDE;
}
</style>