Shades of Moon Raker #BFACDB
Tints of Moon Raker #BFACDB
RGB
CMYK
RGB Variations
Color information
#BFACDB (or 0xBFACDB) is known color: Moon Raker. HEX triplet: BF, AC and DB. RGB value is (191,172,219). Sum of RGB (Red+Green+Blue) = 191+172+219=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFACDB is #405324. Grayscale: #B6B6B6. Windows color (decimal): -4215589 or 14396607. OLE color: 14396607.
HSL color Cylindrical-coordinate representation of color #BFACDB: hue angle of 264.26º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFACDB is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 172 | 219 | - |
CMYK | 0.13 | 0.21 | 0 | 0.14 |
HSL | 264.26º | 0.39% | 0.77% | - |
HSV(B) | 264.26º | 0.21% | 0.86% | - |
XYZ | 49.02 | 45.7 | 73.25 | - |
YUV | 183.04 | 148.29 | 133.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 172 | 219 | 0.13 | 0.21 | 0 | 0.14 | 264.26 | 0.39 | 0.77 |
Hex | BF | AC | DB | D | 15 | 0 | E | 108 | 27 | 4D |
Octal | 277 | 254 | 333 | 15 | 25 | 0 | 16 | 410 | 47 | 115 |
Binary | 10111111 | 10101100 | 11011011 | 1101 | 10101 | 0 | 1110 | 100001000 | 100111 | 1001101 |
Color Harmonies of #BFACDB
Complementary color
Monochromatic Colors of #BFACDB
Black with #BFACDB
Text Example
Text Example
White with #BFACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFACDB; }
p { color: rgb(191,172,219); }
H1.HeaderClassName
{
color: #BFACDB;
}
.AnyTagClassName
{
color: #BFACDB;
}
</style>
background-color css
<style>
a { background-color: #BFACDB; }
a { background-color: rgb(191,172,219); }
div.DivClassName
{
background-color: #BFACDB;
}
.BgClassName
{
background-color: #BFACDB;
}
</style>
border-color css
<style>
span { border-color: #BFACDB; }
span { border-color: rgb(191,172,219); }
td.TdClassName
{
border-color: #BFACDB;
}
.TagClassName
{
border-color: #BFACDB;
}
</style>