Shades of Sulu #BBF682
Tints of Sulu #BBF682
RGB
CMYK
RGB Variations
Color information
#BBF682 (or 0xBBF682) is known color: Sulu. HEX triplet: BB, F6 and 82. RGB value is (187,246,130). Sum of RGB (Red+Green+Blue) = 187+246+130=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 130 (51.17% from 255 or 23.09% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF682 is #44097D. Grayscale: #D7D7D7. Windows color (decimal): -4458878 or 8582843. OLE color: 8582843.
HSL color Cylindrical-coordinate representation of color #BBF682: hue angle of 90.52º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF682 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 130 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.04 |
| HSL | 90.52º | 0.87% | 0.74% | - |
| HSV(B) | 90.52º | 0.47% | 0.96% | - |
| XYZ | 57.48 | 78.09 | 33.16 | - |
| YUV | 215.14 | 79.95 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 130 | 0.24 | 0 | 0.47 | 0.04 | 90.52 | 0.87 | 0.74 |
| Hex | BB | F6 | 82 | 18 | 0 | 2F | 4 | 5B | 57 | 4A |
| Octal | 273 | 366 | 202 | 30 | 0 | 57 | 4 | 133 | 127 | 112 |
| Binary | 10111011 | 11110110 | 10000010 | 11000 | 0 | 101111 | 100 | 1011011 | 1010111 | 1001010 |
Color Harmonies of #BBF682
Complementary color
Monochromatic Colors of #BBF682
Black with #BBF682
Text Example
Text Example
White with #BBF682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF682; }
p { color: rgb(187,246,130); }
H1.HeaderClassName
{
color: #BBF682;
}
.AnyTagClassName
{
color: #BBF682;
}
</style>
background-color css
<style>
a { background-color: #BBF682; }
a { background-color: rgb(187,246,130); }
div.DivClassName
{
background-color: #BBF682;
}
.BgClassName
{
background-color: #BBF682;
}
</style>
border-color css
<style>
span { border-color: #BBF682; }
span { border-color: rgb(187,246,130); }
td.TdClassName
{
border-color: #BBF682;
}
.TagClassName
{
border-color: #BBF682;
}
</style>