Shades of Sulu #BBE680
Tints of Sulu #BBE680
RGB
CMYK
RGB Variations
Color information
#BBE680 (or 0xBBE680) is known color: Sulu. HEX triplet: BB, E6 and 80. RGB value is (187,230,128). Sum of RGB (Red+Green+Blue) = 187+230+128=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE680 is #44197F. Grayscale: #CDCDCD. Windows color (decimal): -4462976 or 8447675. OLE color: 8447675.
HSL color Cylindrical-coordinate representation of color #BBE680: hue angle of 85.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE680 is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 128 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.10 |
| HSL | 85.29º | 0.67% | 0.7% | - |
| HSV(B) | 85.29º | 0.44% | 0.9% | - |
| XYZ | 52.69 | 68.72 | 30.91 | - |
| YUV | 205.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 128 | 0.19 | 0 | 0.44 | 0.10 | 85.29 | 0.67 | 0.7 |
| Hex | BB | E6 | 80 | 13 | 0 | 2C | A | 55 | 43 | 46 |
| Octal | 273 | 346 | 200 | 23 | 0 | 54 | 12 | 125 | 103 | 106 |
| Binary | 10111011 | 11100110 | 10000000 | 10011 | 0 | 101100 | 1010 | 1010101 | 1000011 | 1000110 |
Color Harmonies of #BBE680
Complementary color
Monochromatic Colors of #BBE680
Black with #BBE680
Text Example
Text Example
White with #BBE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE680; }
p { color: rgb(187,230,128); }
H1.HeaderClassName
{
color: #BBE680;
}
.AnyTagClassName
{
color: #BBE680;
}
</style>
background-color css
<style>
a { background-color: #BBE680; }
a { background-color: rgb(187,230,128); }
div.DivClassName
{
background-color: #BBE680;
}
.BgClassName
{
background-color: #BBE680;
}
</style>
border-color css
<style>
span { border-color: #BBE680; }
span { border-color: rgb(187,230,128); }
td.TdClassName
{
border-color: #BBE680;
}
.TagClassName
{
border-color: #BBE680;
}
</style>