Shades of Moon Raker #B9ACCF
Tints of Moon Raker #B9ACCF
RGB
CMYK
RGB Variations
Color information
#B9ACCF (or 0xB9ACCF) is known color: Moon Raker. HEX triplet: B9, AC and CF. RGB value is (185,172,207). Sum of RGB (Red+Green+Blue) = 185+172+207=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9ACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ACCF is #465330. Grayscale: #B3B3B3. Windows color (decimal): -4608817 or 13610169. OLE color: 13610169.
HSL color Cylindrical-coordinate representation of color #B9ACCF: hue angle of 262.29º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9ACCF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 172 | 207 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.19 |
| HSL | 262.29º | 0.27% | 0.74% | - |
| HSV(B) | 262.29º | 0.17% | 0.81% | - |
| XYZ | 46.02 | 44.32 | 65.16 | - |
| YUV | 179.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 172 | 207 | 0.11 | 0.17 | 0 | 0.19 | 262.29 | 0.27 | 0.74 |
| Hex | B9 | AC | CF | B | 11 | 0 | 13 | 106 | 1B | 4A |
| Octal | 271 | 254 | 317 | 13 | 21 | 0 | 23 | 406 | 33 | 112 |
| Binary | 10111001 | 10101100 | 11001111 | 1011 | 10001 | 0 | 10011 | 100000110 | 11011 | 1001010 |
Color Harmonies of #B9ACCF
Complementary color
Monochromatic Colors of #B9ACCF
Black with #B9ACCF
Text Example
Text Example
White with #B9ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ACCF; }
p { color: rgb(185,172,207); }
H1.HeaderClassName
{
color: #B9ACCF;
}
.AnyTagClassName
{
color: #B9ACCF;
}
</style>
background-color css
<style>
a { background-color: #B9ACCF; }
a { background-color: rgb(185,172,207); }
div.DivClassName
{
background-color: #B9ACCF;
}
.BgClassName
{
background-color: #B9ACCF;
}
</style>
border-color css
<style>
span { border-color: #B9ACCF; }
span { border-color: rgb(185,172,207); }
td.TdClassName
{
border-color: #B9ACCF;
}
.TagClassName
{
border-color: #B9ACCF;
}
</style>