Shades of Moon Raker #B9AFCD
Tints of Moon Raker #B9AFCD
RGB
CMYK
RGB Variations
Color information
#B9AFCD (or 0xB9AFCD) is known color: Moon Raker. HEX triplet: B9, AF and CD. RGB value is (185,175,205). Sum of RGB (Red+Green+Blue) = 185+175+205=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9AFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFCD is #465032. Grayscale: #B5B5B5. Windows color (decimal): -4608051 or 13479865. OLE color: 13479865.
HSL color Cylindrical-coordinate representation of color #B9AFCD: hue angle of 260º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9AFCD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 175 | 205 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.20 |
| HSL | 260º | 0.23% | 0.75% | - |
| HSV(B) | 260º | 0.15% | 0.8% | - |
| XYZ | 46.36 | 45.38 | 64.07 | - |
| YUV | 181.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 175 | 205 | 0.10 | 0.15 | 0 | 0.20 | 260 | 0.23 | 0.75 |
| Hex | B9 | AF | CD | A | F | 0 | 14 | 104 | 17 | 4B |
| Octal | 271 | 257 | 315 | 12 | 17 | 0 | 24 | 404 | 27 | 113 |
| Binary | 10111001 | 10101111 | 11001101 | 1010 | 1111 | 0 | 10100 | 100000100 | 10111 | 1001011 |
Color Harmonies of #B9AFCD
Complementary color
Monochromatic Colors of #B9AFCD
Black with #B9AFCD
Text Example
Text Example
White with #B9AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AFCD; }
p { color: rgb(185,175,205); }
H1.HeaderClassName
{
color: #B9AFCD;
}
.AnyTagClassName
{
color: #B9AFCD;
}
</style>
background-color css
<style>
a { background-color: #B9AFCD; }
a { background-color: rgb(185,175,205); }
div.DivClassName
{
background-color: #B9AFCD;
}
.BgClassName
{
background-color: #B9AFCD;
}
</style>
border-color css
<style>
span { border-color: #B9AFCD; }
span { border-color: rgb(185,175,205); }
td.TdClassName
{
border-color: #B9AFCD;
}
.TagClassName
{
border-color: #B9AFCD;
}
</style>