Shades of Moon Raker #BFACDA
Tints of Moon Raker #BFACDA
RGB
CMYK
RGB Variations
Color information
#BFACDA (or 0xBFACDA) is known color: Moon Raker. HEX triplet: BF, AC and DA. RGB value is (191,172,218). Sum of RGB (Red+Green+Blue) = 191+172+218=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDA is #405325. Grayscale: #B6B6B6. Windows color (decimal): -4215590 or 14331071. OLE color: 14331071.
HSL color Cylindrical-coordinate representation of color #BFACDA: hue angle of 264.78º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFACDA is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 172 | 218 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.15 |
| HSL | 264.78º | 0.38% | 0.76% | - |
| HSV(B) | 264.78º | 0.21% | 0.85% | - |
| XYZ | 48.89 | 45.64 | 72.56 | - |
| YUV | 182.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 218 | 0.12 | 0.21 | 0 | 0.15 | 264.78 | 0.38 | 0.76 |
| Hex | BF | AC | DA | C | 15 | 0 | F | 109 | 26 | 4C |
| Octal | 277 | 254 | 332 | 14 | 25 | 0 | 17 | 411 | 46 | 114 |
| Binary | 10111111 | 10101100 | 11011010 | 1100 | 10101 | 0 | 1111 | 100001001 | 100110 | 1001100 |
Color Harmonies of #BFACDA
Complementary color
Monochromatic Colors of #BFACDA
Black with #BFACDA
Text Example
Text Example
White with #BFACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACDA; }
p { color: rgb(191,172,218); }
H1.HeaderClassName
{
color: #BFACDA;
}
.AnyTagClassName
{
color: #BFACDA;
}
</style>
background-color css
<style>
a { background-color: #BFACDA; }
a { background-color: rgb(191,172,218); }
div.DivClassName
{
background-color: #BFACDA;
}
.BgClassName
{
background-color: #BFACDA;
}
</style>
border-color css
<style>
span { border-color: #BFACDA; }
span { border-color: rgb(191,172,218); }
td.TdClassName
{
border-color: #BFACDA;
}
.TagClassName
{
border-color: #BFACDA;
}
</style>