Shades of Moon Raker #BFB6D3
Tints of Moon Raker #BFB6D3
RGB
CMYK
RGB Variations
Color information
#BFB6D3 (or 0xBFB6D3) is known color: Moon Raker. HEX triplet: BF, B6 and D3. RGB value is (191,182,211). Sum of RGB (Red+Green+Blue) = 191+182+211=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB6D3 is #40492C. Grayscale: #BBBBBB. Windows color (decimal): -4213037 or 13874879. OLE color: 13874879.
HSL color Cylindrical-coordinate representation of color #BFB6D3: hue angle of 258.62º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB6D3 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 182 | 211 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.17 |
| HSL | 258.62º | 0.25% | 0.77% | - |
| HSV(B) | 258.62º | 0.14% | 0.83% | - |
| XYZ | 49.97 | 49.24 | 68.5 | - |
| YUV | 188 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 182 | 211 | 0.09 | 0.14 | 0 | 0.17 | 258.62 | 0.25 | 0.77 |
| Hex | BF | B6 | D3 | 9 | E | 0 | 11 | 103 | 19 | 4D |
| Octal | 277 | 266 | 323 | 11 | 16 | 0 | 21 | 403 | 31 | 115 |
| Binary | 10111111 | 10110110 | 11010011 | 1001 | 1110 | 0 | 10001 | 100000011 | 11001 | 1001101 |
Color Harmonies of #BFB6D3
Complementary color
Monochromatic Colors of #BFB6D3
Black with #BFB6D3
Text Example
Text Example
White with #BFB6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB6D3; }
p { color: rgb(191,182,211); }
H1.HeaderClassName
{
color: #BFB6D3;
}
.AnyTagClassName
{
color: #BFB6D3;
}
</style>
background-color css
<style>
a { background-color: #BFB6D3; }
a { background-color: rgb(191,182,211); }
div.DivClassName
{
background-color: #BFB6D3;
}
.BgClassName
{
background-color: #BFB6D3;
}
</style>
border-color css
<style>
span { border-color: #BFB6D3; }
span { border-color: rgb(191,182,211); }
td.TdClassName
{
border-color: #BFB6D3;
}
.TagClassName
{
border-color: #BFB6D3;
}
</style>