Shades of Sulu #BBDA87
Tints of Sulu #BBDA87
RGB
CMYK
RGB Variations
Color information
#BBDA87 (or 0xBBDA87) is known color: Sulu. HEX triplet: BB, DA and 87. RGB value is (187,218,135). Sum of RGB (Red+Green+Blue) = 187+218+135=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA87 is #442578. Grayscale: #C7C7C7. Windows color (decimal): -4466041 or 8903355. OLE color: 8903355.
HSL color Cylindrical-coordinate representation of color #BBDA87: hue angle of 82.41º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBDA87 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 135 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.15 |
| HSL | 82.41º | 0.53% | 0.69% | - |
| HSV(B) | 82.41º | 0.38% | 0.85% | - |
| XYZ | 49.94 | 62.46 | 32.35 | - |
| YUV | 199.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 135 | 0.14 | 0 | 0.38 | 0.15 | 82.41 | 0.53 | 0.69 |
| Hex | BB | DA | 87 | E | 0 | 26 | F | 52 | 35 | 45 |
| Octal | 273 | 332 | 207 | 16 | 0 | 46 | 17 | 122 | 65 | 105 |
| Binary | 10111011 | 11011010 | 10000111 | 1110 | 0 | 100110 | 1111 | 1010010 | 110101 | 1000101 |
Color Harmonies of #BBDA87
Complementary color
Monochromatic Colors of #BBDA87
Black with #BBDA87
Text Example
Text Example
White with #BBDA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA87; }
p { color: rgb(187,218,135); }
H1.HeaderClassName
{
color: #BBDA87;
}
.AnyTagClassName
{
color: #BBDA87;
}
</style>
background-color css
<style>
a { background-color: #BBDA87; }
a { background-color: rgb(187,218,135); }
div.DivClassName
{
background-color: #BBDA87;
}
.BgClassName
{
background-color: #BBDA87;
}
</style>
border-color css
<style>
span { border-color: #BBDA87; }
span { border-color: rgb(187,218,135); }
td.TdClassName
{
border-color: #BBDA87;
}
.TagClassName
{
border-color: #BBDA87;
}
</style>