Shades of Sulu #BBDA80
Tints of Sulu #BBDA80
RGB
CMYK
RGB Variations
Color information
#BBDA80 (or 0xBBDA80) is known color: Sulu. HEX triplet: BB, DA and 80. RGB value is (187,218,128). Sum of RGB (Red+Green+Blue) = 187+218+128=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA80 is #44257F. Grayscale: #C6C6C6. Windows color (decimal): -4466048 or 8444603. OLE color: 8444603.
HSL color Cylindrical-coordinate representation of color #BBDA80: hue angle of 80.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDA80 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 128 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.15 |
| HSL | 80.67º | 0.55% | 0.68% | - |
| HSV(B) | 80.67º | 0.41% | 0.85% | - |
| XYZ | 49.46 | 62.27 | 29.83 | - |
| YUV | 198.47 | 88.23 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 128 | 0.14 | 0 | 0.41 | 0.15 | 80.67 | 0.55 | 0.68 |
| Hex | BB | DA | 80 | E | 0 | 29 | F | 51 | 37 | 44 |
| Octal | 273 | 332 | 200 | 16 | 0 | 51 | 17 | 121 | 67 | 104 |
| Binary | 10111011 | 11011010 | 10000000 | 1110 | 0 | 101001 | 1111 | 1010001 | 110111 | 1000100 |
Color Harmonies of #BBDA80
Complementary color
Monochromatic Colors of #BBDA80
Black with #BBDA80
Text Example
Text Example
White with #BBDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA80; }
p { color: rgb(187,218,128); }
H1.HeaderClassName
{
color: #BBDA80;
}
.AnyTagClassName
{
color: #BBDA80;
}
</style>
background-color css
<style>
a { background-color: #BBDA80; }
a { background-color: rgb(187,218,128); }
div.DivClassName
{
background-color: #BBDA80;
}
.BgClassName
{
background-color: #BBDA80;
}
</style>
border-color css
<style>
span { border-color: #BBDA80; }
span { border-color: rgb(187,218,128); }
td.TdClassName
{
border-color: #BBDA80;
}
.TagClassName
{
border-color: #BBDA80;
}
</style>