Shades of Moon Raker #BFB2DA
Tints of Moon Raker #BFB2DA
RGB
CMYK
RGB Variations
Color information
#BFB2DA (or 0xBFB2DA) is known color: Moon Raker. HEX triplet: BF, B2 and DA. RGB value is (191,178,218). Sum of RGB (Red+Green+Blue) = 191+178+218=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFB2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2DA is #404D25. Grayscale: #BABABA. Windows color (decimal): -4214054 or 14332607. OLE color: 14332607.
HSL color Cylindrical-coordinate representation of color #BFB2DA: hue angle of 259.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB2DA is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 178 | 218 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.15 |
| HSL | 259.5º | 0.35% | 0.78% | - |
| HSV(B) | 259.5º | 0.18% | 0.85% | - |
| XYZ | 50.06 | 47.98 | 72.95 | - |
| YUV | 186.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 218 | 0.12 | 0.18 | 0 | 0.15 | 259.5 | 0.35 | 0.78 |
| Hex | BF | B2 | DA | C | 12 | 0 | F | 104 | 23 | 4E |
| Octal | 277 | 262 | 332 | 14 | 22 | 0 | 17 | 404 | 43 | 116 |
| Binary | 10111111 | 10110010 | 11011010 | 1100 | 10010 | 0 | 1111 | 100000100 | 100011 | 1001110 |
Color Harmonies of #BFB2DA
Complementary color
Monochromatic Colors of #BFB2DA
Black with #BFB2DA
Text Example
Text Example
White with #BFB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2DA; }
p { color: rgb(191,178,218); }
H1.HeaderClassName
{
color: #BFB2DA;
}
.AnyTagClassName
{
color: #BFB2DA;
}
</style>
background-color css
<style>
a { background-color: #BFB2DA; }
a { background-color: rgb(191,178,218); }
div.DivClassName
{
background-color: #BFB2DA;
}
.BgClassName
{
background-color: #BFB2DA;
}
</style>
border-color css
<style>
span { border-color: #BFB2DA; }
span { border-color: rgb(191,178,218); }
td.TdClassName
{
border-color: #BFB2DA;
}
.TagClassName
{
border-color: #BFB2DA;
}
</style>