Shades of Sulu #BBE690
Tints of Sulu #BBE690
RGB
CMYK
RGB Variations
Color information
#BBE690 (or 0xBBE690) is known color: Sulu. HEX triplet: BB, E6 and 90. RGB value is (187,230,144). Sum of RGB (Red+Green+Blue) = 187+230+144=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBE690 is #44196F. Grayscale: #CFCFCF. Windows color (decimal): -4462960 or 9496251. OLE color: 9496251.
HSL color Cylindrical-coordinate representation of color #BBE690: hue angle of 90º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBE690 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 144 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.10 |
| HSL | 90º | 0.63% | 0.73% | - |
| HSV(B) | 90º | 0.37% | 0.9% | - |
| XYZ | 53.82 | 69.17 | 36.9 | - |
| YUV | 207.34 | 92.25 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 144 | 0.19 | 0 | 0.37 | 0.10 | 90 | 0.63 | 0.73 |
| Hex | BB | E6 | 90 | 13 | 0 | 25 | A | 5A | 3F | 49 |
| Octal | 273 | 346 | 220 | 23 | 0 | 45 | 12 | 132 | 77 | 111 |
| Binary | 10111011 | 11100110 | 10010000 | 10011 | 0 | 100101 | 1010 | 1011010 | 111111 | 1001001 |
Color Harmonies of #BBE690
Complementary color
Monochromatic Colors of #BBE690
Black with #BBE690
Text Example
Text Example
White with #BBE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE690; }
p { color: rgb(187,230,144); }
H1.HeaderClassName
{
color: #BBE690;
}
.AnyTagClassName
{
color: #BBE690;
}
</style>
background-color css
<style>
a { background-color: #BBE690; }
a { background-color: rgb(187,230,144); }
div.DivClassName
{
background-color: #BBE690;
}
.BgClassName
{
background-color: #BBE690;
}
</style>
border-color css
<style>
span { border-color: #BBE690; }
span { border-color: rgb(187,230,144); }
td.TdClassName
{
border-color: #BBE690;
}
.TagClassName
{
border-color: #BBE690;
}
</style>