Shades of Moon Raker #BFB6D2
Tints of Moon Raker #BFB6D2
RGB
CMYK
RGB Variations
Color information
#BFB6D2 (or 0xBFB6D2) is known color: Moon Raker. HEX triplet: BF, B6 and D2. RGB value is (191,182,210). Sum of RGB (Red+Green+Blue) = 191+182+210=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFB6D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D2 is #40492D. Grayscale: #BBBBBB. Windows color (decimal): -4213038 or 13809343. OLE color: 13809343.
HSL color Cylindrical-coordinate representation of color #BFB6D2: hue angle of 259.29º degrees, saturation: 0.24, 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 #BFB6D2 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 182 | 210 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.18 |
| HSL | 259.29º | 0.24% | 0.77% | - |
| HSV(B) | 259.29º | 0.13% | 0.82% | - |
| XYZ | 49.85 | 49.19 | 67.84 | - |
| YUV | 187.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 210 | 0.09 | 0.13 | 0 | 0.18 | 259.29 | 0.24 | 0.77 |
| Hex | BF | B6 | D2 | 9 | D | 0 | 12 | 103 | 18 | 4D |
| Octal | 277 | 266 | 322 | 11 | 15 | 0 | 22 | 403 | 30 | 115 |
| Binary | 10111111 | 10110110 | 11010010 | 1001 | 1101 | 0 | 10010 | 100000011 | 11000 | 1001101 |
Color Harmonies of #BFB6D2
Complementary color
Monochromatic Colors of #BFB6D2
Black with #BFB6D2
Text Example
Text Example
White with #BFB6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6D2; }
p { color: rgb(191,182,210); }
H1.HeaderClassName
{
color: #BFB6D2;
}
.AnyTagClassName
{
color: #BFB6D2;
}
</style>
background-color css
<style>
a { background-color: #BFB6D2; }
a { background-color: rgb(191,182,210); }
div.DivClassName
{
background-color: #BFB6D2;
}
.BgClassName
{
background-color: #BFB6D2;
}
</style>
border-color css
<style>
span { border-color: #BFB6D2; }
span { border-color: rgb(191,182,210); }
td.TdClassName
{
border-color: #BFB6D2;
}
.TagClassName
{
border-color: #BFB6D2;
}
</style>