Shades of Moon Raker #BFB4D5
Tints of Moon Raker #BFB4D5
RGB
CMYK
RGB Variations
Color information
#BFB4D5 (or 0xBFB4D5) is known color: Moon Raker. HEX triplet: BF, B4 and D5. RGB value is (191,180,213). Sum of RGB (Red+Green+Blue) = 191+180+213=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D5 is #404B2A. Grayscale: #BABABA. Windows color (decimal): -4213547 or 14005439. OLE color: 14005439.
HSL color Cylindrical-coordinate representation of color #BFB4D5: hue angle of 260º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB4D5 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 180 | 213 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.16 |
| HSL | 260º | 0.28% | 0.77% | - |
| HSV(B) | 260º | 0.15% | 0.84% | - |
| XYZ | 49.82 | 48.52 | 69.69 | - |
| YUV | 187.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 213 | 0.10 | 0.15 | 0 | 0.16 | 260 | 0.28 | 0.77 |
| Hex | BF | B4 | D5 | A | F | 0 | 10 | 104 | 1C | 4D |
| Octal | 277 | 264 | 325 | 12 | 17 | 0 | 20 | 404 | 34 | 115 |
| Binary | 10111111 | 10110100 | 11010101 | 1010 | 1111 | 0 | 10000 | 100000100 | 11100 | 1001101 |
Color Harmonies of #BFB4D5
Complementary color
Monochromatic Colors of #BFB4D5
Black with #BFB4D5
Text Example
Text Example
White with #BFB4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4D5; }
p { color: rgb(191,180,213); }
H1.HeaderClassName
{
color: #BFB4D5;
}
.AnyTagClassName
{
color: #BFB4D5;
}
</style>
background-color css
<style>
a { background-color: #BFB4D5; }
a { background-color: rgb(191,180,213); }
div.DivClassName
{
background-color: #BFB4D5;
}
.BgClassName
{
background-color: #BFB4D5;
}
</style>
border-color css
<style>
span { border-color: #BFB4D5; }
span { border-color: rgb(191,180,213); }
td.TdClassName
{
border-color: #BFB4D5;
}
.TagClassName
{
border-color: #BFB4D5;
}
</style>