Shades of Moon Raker #B9B1CE
Tints of Moon Raker #B9B1CE
RGB
CMYK
RGB Variations
Color information
#B9B1CE (or 0xB9B1CE) is known color: Moon Raker. HEX triplet: B9, B1 and CE. RGB value is (185,177,206). Sum of RGB (Red+Green+Blue) = 185+177+206=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #B9B1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9B1CE is #464E31. Grayscale: #B6B6B6. Windows color (decimal): -4607538 or 13545913. OLE color: 13545913.
HSL color Cylindrical-coordinate representation of color #B9B1CE: hue angle of 256.55º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9B1CE is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 177 | 206 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.19 |
| HSL | 256.55º | 0.23% | 0.75% | - |
| HSV(B) | 256.55º | 0.14% | 0.81% | - |
| XYZ | 46.87 | 46.21 | 64.84 | - |
| YUV | 182.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 177 | 206 | 0.10 | 0.14 | 0 | 0.19 | 256.55 | 0.23 | 0.75 |
| Hex | B9 | B1 | CE | A | E | 0 | 13 | 101 | 17 | 4B |
| Octal | 271 | 261 | 316 | 12 | 16 | 0 | 23 | 401 | 27 | 113 |
| Binary | 10111001 | 10110001 | 11001110 | 1010 | 1110 | 0 | 10011 | 100000001 | 10111 | 1001011 |
Color Harmonies of #B9B1CE
Complementary color
Monochromatic Colors of #B9B1CE
Black with #B9B1CE
Text Example
Text Example
White with #B9B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B1CE; }
p { color: rgb(185,177,206); }
H1.HeaderClassName
{
color: #B9B1CE;
}
.AnyTagClassName
{
color: #B9B1CE;
}
</style>
background-color css
<style>
a { background-color: #B9B1CE; }
a { background-color: rgb(185,177,206); }
div.DivClassName
{
background-color: #B9B1CE;
}
.BgClassName
{
background-color: #B9B1CE;
}
</style>
border-color css
<style>
span { border-color: #B9B1CE; }
span { border-color: rgb(185,177,206); }
td.TdClassName
{
border-color: #B9B1CE;
}
.TagClassName
{
border-color: #B9B1CE;
}
</style>