Shades of Sulu #BBDC87
Tints of Sulu #BBDC87
RGB
CMYK
RGB Variations
Color information
#BBDC87 (or 0xBBDC87) is known color: Sulu. HEX triplet: BB, DC and 87. RGB value is (187,220,135). Sum of RGB (Red+Green+Blue) = 187+220+135=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC87 is #442378. Grayscale: #C8C8C8. Windows color (decimal): -4465529 or 8903867. OLE color: 8903867.
HSL color Cylindrical-coordinate representation of color #BBDC87: hue angle of 83.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBDC87 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 135 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.14 |
| HSL | 83.29º | 0.55% | 0.7% | - |
| HSV(B) | 83.29º | 0.39% | 0.86% | - |
| XYZ | 50.46 | 63.5 | 32.52 | - |
| YUV | 200.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 135 | 0.15 | 0 | 0.39 | 0.14 | 83.29 | 0.55 | 0.7 |
| Hex | BB | DC | 87 | F | 0 | 27 | E | 53 | 37 | 46 |
| Octal | 273 | 334 | 207 | 17 | 0 | 47 | 16 | 123 | 67 | 106 |
| Binary | 10111011 | 11011100 | 10000111 | 1111 | 0 | 100111 | 1110 | 1010011 | 110111 | 1000110 |
Color Harmonies of #BBDC87
Complementary color
Monochromatic Colors of #BBDC87
Black with #BBDC87
Text Example
Text Example
White with #BBDC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC87; }
p { color: rgb(187,220,135); }
H1.HeaderClassName
{
color: #BBDC87;
}
.AnyTagClassName
{
color: #BBDC87;
}
</style>
background-color css
<style>
a { background-color: #BBDC87; }
a { background-color: rgb(187,220,135); }
div.DivClassName
{
background-color: #BBDC87;
}
.BgClassName
{
background-color: #BBDC87;
}
</style>
border-color css
<style>
span { border-color: #BBDC87; }
span { border-color: rgb(187,220,135); }
td.TdClassName
{
border-color: #BBDC87;
}
.TagClassName
{
border-color: #BBDC87;
}
</style>