Shades of Moon Raker #BFB4D6
Tints of Moon Raker #BFB4D6
RGB
CMYK
RGB Variations
Color information
#BFB4D6 (or 0xBFB4D6) is known color: Moon Raker. HEX triplet: BF, B4 and D6. RGB value is (191,180,214). Sum of RGB (Red+Green+Blue) = 191+180+214=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFB4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D6 is #404B29. Grayscale: #BBBBBB. Windows color (decimal): -4213546 or 14070975. OLE color: 14070975.
HSL color Cylindrical-coordinate representation of color #BFB4D6: hue angle of 259.41º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB4D6 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 180 | 214 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.16 |
| HSL | 259.41º | 0.29% | 0.77% | - |
| HSV(B) | 259.41º | 0.16% | 0.84% | - |
| XYZ | 49.94 | 48.57 | 70.36 | - |
| YUV | 187.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 214 | 0.11 | 0.16 | 0 | 0.16 | 259.41 | 0.29 | 0.77 |
| Hex | BF | B4 | D6 | B | 10 | 0 | 10 | 103 | 1D | 4D |
| Octal | 277 | 264 | 326 | 13 | 20 | 0 | 20 | 403 | 35 | 115 |
| Binary | 10111111 | 10110100 | 11010110 | 1011 | 10000 | 0 | 10000 | 100000011 | 11101 | 1001101 |
Color Harmonies of #BFB4D6
Complementary color
Monochromatic Colors of #BFB4D6
Black with #BFB4D6
Text Example
Text Example
White with #BFB4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4D6; }
p { color: rgb(191,180,214); }
H1.HeaderClassName
{
color: #BFB4D6;
}
.AnyTagClassName
{
color: #BFB4D6;
}
</style>
background-color css
<style>
a { background-color: #BFB4D6; }
a { background-color: rgb(191,180,214); }
div.DivClassName
{
background-color: #BFB4D6;
}
.BgClassName
{
background-color: #BFB4D6;
}
</style>
border-color css
<style>
span { border-color: #BFB4D6; }
span { border-color: rgb(191,180,214); }
td.TdClassName
{
border-color: #BFB4D6;
}
.TagClassName
{
border-color: #BFB4D6;
}
</style>