Shades of Moon Raker #BFB0D2
Tints of Moon Raker #BFB0D2
RGB
CMYK
RGB Variations
Color information
#BFB0D2 (or 0xBFB0D2) is known color: Moon Raker. HEX triplet: BF, B0 and D2. RGB value is (191,176,210). Sum of RGB (Red+Green+Blue) = 191+176+210=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFB0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0D2 is #404F2D. Grayscale: #B8B8B8. Windows color (decimal): -4214574 or 13807807. OLE color: 13807807.
HSL color Cylindrical-coordinate representation of color #BFB0D2: hue angle of 266.47º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB0D2 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 176 | 210 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.18 |
| HSL | 266.47º | 0.27% | 0.76% | - |
| HSV(B) | 266.47º | 0.16% | 0.82% | - |
| XYZ | 48.64 | 46.78 | 67.44 | - |
| YUV | 184.36 | 142.47 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 210 | 0.09 | 0.16 | 0 | 0.18 | 266.47 | 0.27 | 0.76 |
| Hex | BF | B0 | D2 | 9 | 10 | 0 | 12 | 10A | 1B | 4C |
| Octal | 277 | 260 | 322 | 11 | 20 | 0 | 22 | 412 | 33 | 114 |
| Binary | 10111111 | 10110000 | 11010010 | 1001 | 10000 | 0 | 10010 | 100001010 | 11011 | 1001100 |
Color Harmonies of #BFB0D2
Complementary color
Monochromatic Colors of #BFB0D2
Black with #BFB0D2
Text Example
Text Example
White with #BFB0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0D2; }
p { color: rgb(191,176,210); }
H1.HeaderClassName
{
color: #BFB0D2;
}
.AnyTagClassName
{
color: #BFB0D2;
}
</style>
background-color css
<style>
a { background-color: #BFB0D2; }
a { background-color: rgb(191,176,210); }
div.DivClassName
{
background-color: #BFB0D2;
}
.BgClassName
{
background-color: #BFB0D2;
}
</style>
border-color css
<style>
span { border-color: #BFB0D2; }
span { border-color: rgb(191,176,210); }
td.TdClassName
{
border-color: #BFB0D2;
}
.TagClassName
{
border-color: #BFB0D2;
}
</style>