Shades of Sulu #BBD786
Tints of Sulu #BBD786
RGB
CMYK
RGB Variations
Color information
#BBD786 (or 0xBBD786) is known color: Sulu. HEX triplet: BB, D7 and 86. RGB value is (187,215,134). Sum of RGB (Red+Green+Blue) = 187+215+134=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD786 is #442879. Grayscale: #C5C5C5. Windows color (decimal): -4466810 or 8837051. OLE color: 8837051.
HSL color Cylindrical-coordinate representation of color #BBD786: hue angle of 80.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBD786 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 215 | 134 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.16 |
| HSL | 80.74º | 0.5% | 0.68% | - |
| HSV(B) | 80.74º | 0.38% | 0.84% | - |
| XYZ | 49.1 | 60.89 | 31.72 | - |
| YUV | 197.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 134 | 0.13 | 0 | 0.38 | 0.16 | 80.74 | 0.5 | 0.68 |
| Hex | BB | D7 | 86 | D | 0 | 26 | 10 | 51 | 32 | 44 |
| Octal | 273 | 327 | 206 | 15 | 0 | 46 | 20 | 121 | 62 | 104 |
| Binary | 10111011 | 11010111 | 10000110 | 1101 | 0 | 100110 | 10000 | 1010001 | 110010 | 1000100 |
Color Harmonies of #BBD786
Complementary color
Monochromatic Colors of #BBD786
Black with #BBD786
Text Example
Text Example
White with #BBD786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD786; }
p { color: rgb(187,215,134); }
H1.HeaderClassName
{
color: #BBD786;
}
.AnyTagClassName
{
color: #BBD786;
}
</style>
background-color css
<style>
a { background-color: #BBD786; }
a { background-color: rgb(187,215,134); }
div.DivClassName
{
background-color: #BBD786;
}
.BgClassName
{
background-color: #BBD786;
}
</style>
border-color css
<style>
span { border-color: #BBD786; }
span { border-color: rgb(187,215,134); }
td.TdClassName
{
border-color: #BBD786;
}
.TagClassName
{
border-color: #BBD786;
}
</style>