Shades of Moon Raker #BFB4D3
Tints of Moon Raker #BFB4D3
RGB
CMYK
RGB Variations
Color information
#BFB4D3 (or 0xBFB4D3) is known color: Moon Raker. HEX triplet: BF, B4 and D3. RGB value is (191,180,211). Sum of RGB (Red+Green+Blue) = 191+180+211=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 211 (82.81% from 255 or 36.25% from 582); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D3 is #404B2C. Grayscale: #BABABA. Windows color (decimal): -4213549 or 13874367. OLE color: 13874367.
HSL color Cylindrical-coordinate representation of color #BFB4D3: hue angle of 261.29º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB4D3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 180 | 211 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.17 |
| HSL | 261.29º | 0.26% | 0.77% | - |
| HSV(B) | 261.29º | 0.15% | 0.83% | - |
| XYZ | 49.56 | 48.42 | 68.36 | - |
| YUV | 186.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 211 | 0.09 | 0.15 | 0 | 0.17 | 261.29 | 0.26 | 0.77 |
| Hex | BF | B4 | D3 | 9 | F | 0 | 11 | 105 | 1A | 4D |
| Octal | 277 | 264 | 323 | 11 | 17 | 0 | 21 | 405 | 32 | 115 |
| Binary | 10111111 | 10110100 | 11010011 | 1001 | 1111 | 0 | 10001 | 100000101 | 11010 | 1001101 |
Color Harmonies of #BFB4D3
Complementary color
Monochromatic Colors of #BFB4D3
Black with #BFB4D3
Text Example
Text Example
White with #BFB4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4D3; }
p { color: rgb(191,180,211); }
H1.HeaderClassName
{
color: #BFB4D3;
}
.AnyTagClassName
{
color: #BFB4D3;
}
</style>
background-color css
<style>
a { background-color: #BFB4D3; }
a { background-color: rgb(191,180,211); }
div.DivClassName
{
background-color: #BFB4D3;
}
.BgClassName
{
background-color: #BFB4D3;
}
</style>
border-color css
<style>
span { border-color: #BFB4D3; }
span { border-color: rgb(191,180,211); }
td.TdClassName
{
border-color: #BFB4D3;
}
.TagClassName
{
border-color: #BFB4D3;
}
</style>