Shades of Moon Raker #BFB2D3
Tints of Moon Raker #BFB2D3
RGB
CMYK
RGB Variations
Color information
#BFB2D3 (or 0xBFB2D3) is known color: Moon Raker. HEX triplet: BF, B2 and D3. RGB value is (191,178,211). Sum of RGB (Red+Green+Blue) = 191+178+211=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2D3 is #404D2C. Grayscale: #B9B9B9. Windows color (decimal): -4214061 or 13873855. OLE color: 13873855.
HSL color Cylindrical-coordinate representation of color #BFB2D3: hue angle of 263.64º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB2D3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 178 | 211 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.17 |
| HSL | 263.64º | 0.27% | 0.76% | - |
| HSV(B) | 263.64º | 0.16% | 0.83% | - |
| XYZ | 49.16 | 47.62 | 68.23 | - |
| YUV | 185.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 211 | 0.09 | 0.16 | 0 | 0.17 | 263.64 | 0.27 | 0.76 |
| Hex | BF | B2 | D3 | 9 | 10 | 0 | 11 | 108 | 1B | 4C |
| Octal | 277 | 262 | 323 | 11 | 20 | 0 | 21 | 410 | 33 | 114 |
| Binary | 10111111 | 10110010 | 11010011 | 1001 | 10000 | 0 | 10001 | 100001000 | 11011 | 1001100 |
Color Harmonies of #BFB2D3
Complementary color
Monochromatic Colors of #BFB2D3
Black with #BFB2D3
Text Example
Text Example
White with #BFB2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2D3; }
p { color: rgb(191,178,211); }
H1.HeaderClassName
{
color: #BFB2D3;
}
.AnyTagClassName
{
color: #BFB2D3;
}
</style>
background-color css
<style>
a { background-color: #BFB2D3; }
a { background-color: rgb(191,178,211); }
div.DivClassName
{
background-color: #BFB2D3;
}
.BgClassName
{
background-color: #BFB2D3;
}
</style>
border-color css
<style>
span { border-color: #BFB2D3; }
span { border-color: rgb(191,178,211); }
td.TdClassName
{
border-color: #BFB2D3;
}
.TagClassName
{
border-color: #BFB2D3;
}
</style>