Shades of Moon Raker #BFB7D2
Tints of Moon Raker #BFB7D2
RGB
CMYK
RGB Variations
Color information
#BFB7D2 (or 0xBFB7D2) is known color: Moon Raker. HEX triplet: BF, B7 and D2. RGB value is (191,183,210). Sum of RGB (Red+Green+Blue) = 191+183+210=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 183 (71.88% from 255 or 31.34% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFB7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7D2 is #40482D. Grayscale: #BCBCBC. Windows color (decimal): -4212782 or 13809599. OLE color: 13809599.
HSL color Cylindrical-coordinate representation of color #BFB7D2: hue angle of 257.78º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB7D2 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 183 | 210 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.18 |
| HSL | 257.78º | 0.23% | 0.77% | - |
| HSV(B) | 257.78º | 0.13% | 0.82% | - |
| XYZ | 50.05 | 49.6 | 67.91 | - |
| YUV | 188.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 210 | 0.09 | 0.13 | 0 | 0.18 | 257.78 | 0.23 | 0.77 |
| Hex | BF | B7 | D2 | 9 | D | 0 | 12 | 102 | 17 | 4D |
| Octal | 277 | 267 | 322 | 11 | 15 | 0 | 22 | 402 | 27 | 115 |
| Binary | 10111111 | 10110111 | 11010010 | 1001 | 1101 | 0 | 10010 | 100000010 | 10111 | 1001101 |
Color Harmonies of #BFB7D2
Complementary color
Monochromatic Colors of #BFB7D2
Black with #BFB7D2
Text Example
Text Example
White with #BFB7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB7D2; }
p { color: rgb(191,183,210); }
H1.HeaderClassName
{
color: #BFB7D2;
}
.AnyTagClassName
{
color: #BFB7D2;
}
</style>
background-color css
<style>
a { background-color: #BFB7D2; }
a { background-color: rgb(191,183,210); }
div.DivClassName
{
background-color: #BFB7D2;
}
.BgClassName
{
background-color: #BFB7D2;
}
</style>
border-color css
<style>
span { border-color: #BFB7D2; }
span { border-color: rgb(191,183,210); }
td.TdClassName
{
border-color: #BFB7D2;
}
.TagClassName
{
border-color: #BFB7D2;
}
</style>