Shades of Sulu #BBF38B
Tints of Sulu #BBF38B
RGB
CMYK
RGB Variations
Color information
#BBF38B (or 0xBBF38B) is known color: Sulu. HEX triplet: BB, F3 and 8B. RGB value is (187,243,139). Sum of RGB (Red+Green+Blue) = 187+243+139=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 139 (54.69% from 255 or 24.43% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF38B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF38B is #440C74. Grayscale: #D6D6D6. Windows color (decimal): -4459637 or 9171899. OLE color: 9171899.
HSL color Cylindrical-coordinate representation of color #BBF38B: hue angle of 92.31º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF38B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 139 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.05 |
| HSL | 92.31º | 0.81% | 0.75% | - |
| HSV(B) | 92.31º | 0.43% | 0.95% | - |
| XYZ | 57.2 | 76.53 | 36.18 | - |
| YUV | 214.4 | 85.45 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 139 | 0.23 | 0 | 0.43 | 0.05 | 92.31 | 0.81 | 0.75 |
| Hex | BB | F3 | 8B | 17 | 0 | 2B | 5 | 5C | 51 | 4B |
| Octal | 273 | 363 | 213 | 27 | 0 | 53 | 5 | 134 | 121 | 113 |
| Binary | 10111011 | 11110011 | 10001011 | 10111 | 0 | 101011 | 101 | 1011100 | 1010001 | 1001011 |
Color Harmonies of #BBF38B
Complementary color
Monochromatic Colors of #BBF38B
Black with #BBF38B
Text Example
Text Example
White with #BBF38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF38B; }
p { color: rgb(187,243,139); }
H1.HeaderClassName
{
color: #BBF38B;
}
.AnyTagClassName
{
color: #BBF38B;
}
</style>
background-color css
<style>
a { background-color: #BBF38B; }
a { background-color: rgb(187,243,139); }
div.DivClassName
{
background-color: #BBF38B;
}
.BgClassName
{
background-color: #BBF38B;
}
</style>
border-color css
<style>
span { border-color: #BBF38B; }
span { border-color: rgb(187,243,139); }
td.TdClassName
{
border-color: #BBF38B;
}
.TagClassName
{
border-color: #BBF38B;
}
</style>