Shades of Moon Raker #BBB0CA
Tints of Moon Raker #BBB0CA
RGB
CMYK
RGB Variations
Color information
#BBB0CA (or 0xBBB0CA) is known color: Moon Raker. HEX triplet: BB, B0 and CA. RGB value is (187,176,202). Sum of RGB (Red+Green+Blue) = 187+176+202=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0CA is #444F35. Grayscale: #B6B6B6. Windows color (decimal): -4476726 or 13283515. OLE color: 13283515.
HSL color Cylindrical-coordinate representation of color #BBB0CA: hue angle of 265.38º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBB0CA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 176 | 202 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.21 |
| HSL | 265.38º | 0.2% | 0.74% | - |
| HSV(B) | 265.38º | 0.13% | 0.79% | - |
| XYZ | 46.68 | 45.88 | 62.27 | - |
| YUV | 182.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 176 | 202 | 0.07 | 0.13 | 0 | 0.21 | 265.38 | 0.2 | 0.74 |
| Hex | BB | B0 | CA | 7 | D | 0 | 15 | 109 | 14 | 4A |
| Octal | 273 | 260 | 312 | 7 | 15 | 0 | 25 | 411 | 24 | 112 |
| Binary | 10111011 | 10110000 | 11001010 | 111 | 1101 | 0 | 10101 | 100001001 | 10100 | 1001010 |
Color Harmonies of #BBB0CA
Complementary color
Monochromatic Colors of #BBB0CA
Black with #BBB0CA
Text Example
Text Example
White with #BBB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB0CA; }
p { color: rgb(187,176,202); }
H1.HeaderClassName
{
color: #BBB0CA;
}
.AnyTagClassName
{
color: #BBB0CA;
}
</style>
background-color css
<style>
a { background-color: #BBB0CA; }
a { background-color: rgb(187,176,202); }
div.DivClassName
{
background-color: #BBB0CA;
}
.BgClassName
{
background-color: #BBB0CA;
}
</style>
border-color css
<style>
span { border-color: #BBB0CA; }
span { border-color: rgb(187,176,202); }
td.TdClassName
{
border-color: #BBB0CA;
}
.TagClassName
{
border-color: #BBB0CA;
}
</style>