Shades of Moon Raker #B9AECB
Tints of Moon Raker #B9AECB
RGB
CMYK
RGB Variations
Color information
#B9AECB (or 0xB9AECB) is known color: Moon Raker. HEX triplet: B9, AE and CB. RGB value is (185,174,203). Sum of RGB (Red+Green+Blue) = 185+174+203=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #B9AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AECB is #465134. Grayscale: #B4B4B4. Windows color (decimal): -4608309 or 13348537. OLE color: 13348537.
HSL color Cylindrical-coordinate representation of color #B9AECB: hue angle of 262.76º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9AECB is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 185 | 174 | 203 | - |
CMYK | 0.09 | 0.14 | 0 | 0.20 |
HSL | 262.76º | 0.22% | 0.74% | - |
HSV(B) | 262.76º | 0.14% | 0.8% | - |
XYZ | 45.92 | 44.9 | 62.75 | - |
YUV | 180.6 | 140.64 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 174 | 203 | 0.09 | 0.14 | 0 | 0.20 | 262.76 | 0.22 | 0.74 |
Hex | B9 | AE | CB | 9 | E | 0 | 14 | 107 | 16 | 4A |
Octal | 271 | 256 | 313 | 11 | 16 | 0 | 24 | 407 | 26 | 112 |
Binary | 10111001 | 10101110 | 11001011 | 1001 | 1110 | 0 | 10100 | 100000111 | 10110 | 1001010 |
Color Harmonies of #B9AECB
Complementary color
Monochromatic Colors of #B9AECB
Black with #B9AECB
Text Example
Text Example
White with #B9AECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AECB; }
p { color: rgb(185,174,203); }
H1.HeaderClassName
{
color: #B9AECB;
}
.AnyTagClassName
{
color: #B9AECB;
}
</style>
background-color css
<style>
a { background-color: #B9AECB; }
a { background-color: rgb(185,174,203); }
div.DivClassName
{
background-color: #B9AECB;
}
.BgClassName
{
background-color: #B9AECB;
}
</style>
border-color css
<style>
span { border-color: #B9AECB; }
span { border-color: rgb(185,174,203); }
td.TdClassName
{
border-color: #B9AECB;
}
.TagClassName
{
border-color: #B9AECB;
}
</style>