Shades of Moon Raker #BFB6D5
Tints of Moon Raker #BFB6D5
RGB
CMYK
RGB Variations
Color information
#BFB6D5 (or 0xBFB6D5) is known color: Moon Raker. HEX triplet: BF, B6 and D5. RGB value is (191,182,213). Sum of RGB (Red+Green+Blue) = 191+182+213=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D5 is #40492A. Grayscale: #BCBCBC. Windows color (decimal): -4213035 or 14005951. OLE color: 14005951.
HSL color Cylindrical-coordinate representation of color #BFB6D5: hue angle of 257.42º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB6D5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 182 | 213 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.16 |
| HSL | 257.42º | 0.27% | 0.77% | - |
| HSV(B) | 257.42º | 0.15% | 0.84% | - |
| XYZ | 50.22 | 49.34 | 69.83 | - |
| YUV | 188.23 | 141.98 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 213 | 0.10 | 0.15 | 0 | 0.16 | 257.42 | 0.27 | 0.77 |
| Hex | BF | B6 | D5 | A | F | 0 | 10 | 101 | 1B | 4D |
| Octal | 277 | 266 | 325 | 12 | 17 | 0 | 20 | 401 | 33 | 115 |
| Binary | 10111111 | 10110110 | 11010101 | 1010 | 1111 | 0 | 10000 | 100000001 | 11011 | 1001101 |
Color Harmonies of #BFB6D5
Complementary color
Monochromatic Colors of #BFB6D5
Black with #BFB6D5
Text Example
Text Example
White with #BFB6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6D5; }
p { color: rgb(191,182,213); }
H1.HeaderClassName
{
color: #BFB6D5;
}
.AnyTagClassName
{
color: #BFB6D5;
}
</style>
background-color css
<style>
a { background-color: #BFB6D5; }
a { background-color: rgb(191,182,213); }
div.DivClassName
{
background-color: #BFB6D5;
}
.BgClassName
{
background-color: #BFB6D5;
}
</style>
border-color css
<style>
span { border-color: #BFB6D5; }
span { border-color: rgb(191,182,213); }
td.TdClassName
{
border-color: #BFB6D5;
}
.TagClassName
{
border-color: #BFB6D5;
}
</style>