Shades of Moon Raker #BBB4CA
Tints of Moon Raker #BBB4CA
RGB
CMYK
RGB Variations
Color information
#BBB4CA (or 0xBBB4CA) is known color: Moon Raker. HEX triplet: BB, B4 and CA. RGB value is (187,180,202). Sum of RGB (Red+Green+Blue) = 187+180+202=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4CA is #444B35. Grayscale: #B8B8B8. Windows color (decimal): -4475702 or 13284539. OLE color: 13284539.
HSL color Cylindrical-coordinate representation of color #BBB4CA: hue angle of 259.09º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBB4CA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 180 | 202 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.21 |
| HSL | 259.09º | 0.17% | 0.75% | - |
| HSV(B) | 259.09º | 0.11% | 0.79% | - |
| XYZ | 47.48 | 47.47 | 62.54 | - |
| YUV | 184.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 202 | 0.07 | 0.11 | 0 | 0.21 | 259.09 | 0.17 | 0.75 |
| Hex | BB | B4 | CA | 7 | B | 0 | 15 | 103 | 11 | 4B |
| Octal | 273 | 264 | 312 | 7 | 13 | 0 | 25 | 403 | 21 | 113 |
| Binary | 10111011 | 10110100 | 11001010 | 111 | 1011 | 0 | 10101 | 100000011 | 10001 | 1001011 |
Color Harmonies of #BBB4CA
Complementary color
Monochromatic Colors of #BBB4CA
Black with #BBB4CA
Text Example
Text Example
White with #BBB4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4CA; }
p { color: rgb(187,180,202); }
H1.HeaderClassName
{
color: #BBB4CA;
}
.AnyTagClassName
{
color: #BBB4CA;
}
</style>
background-color css
<style>
a { background-color: #BBB4CA; }
a { background-color: rgb(187,180,202); }
div.DivClassName
{
background-color: #BBB4CA;
}
.BgClassName
{
background-color: #BBB4CA;
}
</style>
border-color css
<style>
span { border-color: #BBB4CA; }
span { border-color: rgb(187,180,202); }
td.TdClassName
{
border-color: #BBB4CA;
}
.TagClassName
{
border-color: #BBB4CA;
}
</style>