Shades of Moon Raker #BBAECB
Tints of Moon Raker #BBAECB
RGB
CMYK
RGB Variations
Color information
#BBAECB (or 0xBBAECB) is known color: Moon Raker. HEX triplet: BB, AE and CB. RGB value is (187,174,203). Sum of RGB (Red+Green+Blue) = 187+174+203=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECB is #445134. Grayscale: #B5B5B5. Windows color (decimal): -4477237 or 13348539. OLE color: 13348539.
HSL color Cylindrical-coordinate representation of color #BBAECB: hue angle of 266.9º 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 #BBAECB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 174 | 203 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.20 |
| HSL | 266.9º | 0.22% | 0.74% | - |
| HSV(B) | 266.9º | 0.14% | 0.8% | - |
| XYZ | 46.41 | 45.15 | 62.77 | - |
| YUV | 181.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 203 | 0.08 | 0.14 | 0 | 0.20 | 266.9 | 0.22 | 0.74 |
| Hex | BB | AE | CB | 8 | E | 0 | 14 | 10B | 16 | 4A |
| Octal | 273 | 256 | 313 | 10 | 16 | 0 | 24 | 413 | 26 | 112 |
| Binary | 10111011 | 10101110 | 11001011 | 1000 | 1110 | 0 | 10100 | 100001011 | 10110 | 1001010 |
Color Harmonies of #BBAECB
Complementary color
Monochromatic Colors of #BBAECB
Black with #BBAECB
Text Example
Text Example
White with #BBAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAECB; }
p { color: rgb(187,174,203); }
H1.HeaderClassName
{
color: #BBAECB;
}
.AnyTagClassName
{
color: #BBAECB;
}
</style>
background-color css
<style>
a { background-color: #BBAECB; }
a { background-color: rgb(187,174,203); }
div.DivClassName
{
background-color: #BBAECB;
}
.BgClassName
{
background-color: #BBAECB;
}
</style>
border-color css
<style>
span { border-color: #BBAECB; }
span { border-color: rgb(187,174,203); }
td.TdClassName
{
border-color: #BBAECB;
}
.TagClassName
{
border-color: #BBAECB;
}
</style>