Shades of Moon Raker #BBAECF
Tints of Moon Raker #BBAECF
RGB
CMYK
RGB Variations
Color information
#BBAECF (or 0xBBAECF) is known color: Moon Raker. HEX triplet: BB, AE and CF. RGB value is (187,174,207). Sum of RGB (Red+Green+Blue) = 187+174+207=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBAECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAECF is #445130. Grayscale: #B5B5B5. Windows color (decimal): -4477233 or 13610683. OLE color: 13610683.
HSL color Cylindrical-coordinate representation of color #BBAECF: hue angle of 263.64º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAECF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 174 | 207 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.19 |
| HSL | 263.64º | 0.26% | 0.75% | - |
| HSV(B) | 263.64º | 0.16% | 0.81% | - |
| XYZ | 46.89 | 45.34 | 65.31 | - |
| YUV | 181.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 207 | 0.10 | 0.16 | 0 | 0.19 | 263.64 | 0.26 | 0.75 |
| Hex | BB | AE | CF | A | 10 | 0 | 13 | 108 | 1A | 4B |
| Octal | 273 | 256 | 317 | 12 | 20 | 0 | 23 | 410 | 32 | 113 |
| Binary | 10111011 | 10101110 | 11001111 | 1010 | 10000 | 0 | 10011 | 100001000 | 11010 | 1001011 |
Color Harmonies of #BBAECF
Complementary color
Monochromatic Colors of #BBAECF
Black with #BBAECF
Text Example
Text Example
White with #BBAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAECF; }
p { color: rgb(187,174,207); }
H1.HeaderClassName
{
color: #BBAECF;
}
.AnyTagClassName
{
color: #BBAECF;
}
</style>
background-color css
<style>
a { background-color: #BBAECF; }
a { background-color: rgb(187,174,207); }
div.DivClassName
{
background-color: #BBAECF;
}
.BgClassName
{
background-color: #BBAECF;
}
</style>
border-color css
<style>
span { border-color: #BBAECF; }
span { border-color: rgb(187,174,207); }
td.TdClassName
{
border-color: #BBAECF;
}
.TagClassName
{
border-color: #BBAECF;
}
</style>