Shades of Moon Raker #BFB4D4
Tints of Moon Raker #BFB4D4
RGB
CMYK
RGB Variations
Color information
#BFB4D4 (or 0xBFB4D4) is known color: Moon Raker. HEX triplet: BF, B4 and D4. RGB value is (191,180,212). Sum of RGB (Red+Green+Blue) = 191+180+212=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 180 (70.70% from 255 or 30.87% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFB4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D4 is #404B2B. Grayscale: #BABABA. Windows color (decimal): -4213548 or 13939903. OLE color: 13939903.
HSL color Cylindrical-coordinate representation of color #BFB4D4: hue angle of 260.62º degrees, saturation: 0.27, 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 #BFB4D4 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 180 | 212 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.17 |
| HSL | 260.63º | 0.27% | 0.77% | - |
| HSV(B) | 260.63º | 0.15% | 0.83% | - |
| XYZ | 49.69 | 48.47 | 69.02 | - |
| YUV | 186.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 212 | 0.10 | 0.15 | 0 | 0.17 | 260.63 | 0.27 | 0.77 |
| Hex | BF | B4 | D4 | A | F | 0 | 11 | 105 | 1B | 4D |
| Octal | 277 | 264 | 324 | 12 | 17 | 0 | 21 | 405 | 33 | 115 |
| Binary | 10111111 | 10110100 | 11010100 | 1010 | 1111 | 0 | 10001 | 100000101 | 11011 | 1001101 |
Color Harmonies of #BFB4D4
Complementary color
Monochromatic Colors of #BFB4D4
Black with #BFB4D4
Text Example
Text Example
White with #BFB4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4D4; }
p { color: rgb(191,180,212); }
H1.HeaderClassName
{
color: #BFB4D4;
}
.AnyTagClassName
{
color: #BFB4D4;
}
</style>
background-color css
<style>
a { background-color: #BFB4D4; }
a { background-color: rgb(191,180,212); }
div.DivClassName
{
background-color: #BFB4D4;
}
.BgClassName
{
background-color: #BFB4D4;
}
</style>
border-color css
<style>
span { border-color: #BFB4D4; }
span { border-color: rgb(191,180,212); }
td.TdClassName
{
border-color: #BFB4D4;
}
.TagClassName
{
border-color: #BFB4D4;
}
</style>