Shades of Moon Raker #B4A6DF
Tints of Moon Raker #B4A6DF
RGB
CMYK
RGB Variations
Color information
#B4A6DF (or 0xB4A6DF) is known color: Moon Raker. HEX triplet: B4, A6 and DF. RGB value is (180,166,223). Sum of RGB (Red+Green+Blue) = 180+166+223=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4A6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6DF is #4B5920. Grayscale: #B0B0B0. Windows color (decimal): -4938017 or 14657204. OLE color: 14657204.
HSL color Cylindrical-coordinate representation of color #B4A6DF: hue angle of 254.74º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4A6DF is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 166 | 223 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.13 |
| HSL | 254.74º | 0.47% | 0.76% | - |
| HSV(B) | 254.74º | 0.26% | 0.87% | - |
| XYZ | 45.78 | 42.3 | 75.56 | - |
| YUV | 176.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 166 | 223 | 0.19 | 0.26 | 0 | 0.13 | 254.74 | 0.47 | 0.76 |
| Hex | B4 | A6 | DF | 13 | 1A | 0 | D | FF | 2F | 4C |
| Octal | 264 | 246 | 337 | 23 | 32 | 0 | 15 | 377 | 57 | 114 |
| Binary | 10110100 | 10100110 | 11011111 | 10011 | 11010 | 0 | 1101 | 11111111 | 101111 | 1001100 |
Color Harmonies of #B4A6DF
Complementary color
Monochromatic Colors of #B4A6DF
Black with #B4A6DF
Text Example
Text Example
White with #B4A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A6DF; }
p { color: rgb(180,166,223); }
H1.HeaderClassName
{
color: #B4A6DF;
}
.AnyTagClassName
{
color: #B4A6DF;
}
</style>
background-color css
<style>
a { background-color: #B4A6DF; }
a { background-color: rgb(180,166,223); }
div.DivClassName
{
background-color: #B4A6DF;
}
.BgClassName
{
background-color: #B4A6DF;
}
</style>
border-color css
<style>
span { border-color: #B4A6DF; }
span { border-color: rgb(180,166,223); }
td.TdClassName
{
border-color: #B4A6DF;
}
.TagClassName
{
border-color: #B4A6DF;
}
</style>