Shades of Sulu #BBEF8F
Tints of Sulu #BBEF8F
RGB
CMYK
RGB Variations
Color information
#BBEF8F (or 0xBBEF8F) is known color: Sulu. HEX triplet: BB, EF and 8F. RGB value is (187,239,143). Sum of RGB (Red+Green+Blue) = 187+239+143=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEF8F is #441070. Grayscale: #D4D4D4. Windows color (decimal): -4460657 or 9433019. OLE color: 9433019.
HSL color Cylindrical-coordinate representation of color #BBEF8F: hue angle of 92.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBEF8F is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 143 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.06 |
| HSL | 92.5º | 0.75% | 0.75% | - |
| HSV(B) | 92.5º | 0.4% | 0.94% | - |
| XYZ | 56.32 | 74.28 | 37.36 | - |
| YUV | 212.51 | 88.77 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 143 | 0.22 | 0 | 0.40 | 0.06 | 92.5 | 0.75 | 0.75 |
| Hex | BB | EF | 8F | 16 | 0 | 28 | 6 | 5C | 4B | 4B |
| Octal | 273 | 357 | 217 | 26 | 0 | 50 | 6 | 134 | 113 | 113 |
| Binary | 10111011 | 11101111 | 10001111 | 10110 | 0 | 101000 | 110 | 1011100 | 1001011 | 1001011 |
Color Harmonies of #BBEF8F
Complementary color
Monochromatic Colors of #BBEF8F
Black with #BBEF8F
Text Example
Text Example
White with #BBEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF8F; }
p { color: rgb(187,239,143); }
H1.HeaderClassName
{
color: #BBEF8F;
}
.AnyTagClassName
{
color: #BBEF8F;
}
</style>
background-color css
<style>
a { background-color: #BBEF8F; }
a { background-color: rgb(187,239,143); }
div.DivClassName
{
background-color: #BBEF8F;
}
.BgClassName
{
background-color: #BBEF8F;
}
</style>
border-color css
<style>
span { border-color: #BBEF8F; }
span { border-color: rgb(187,239,143); }
td.TdClassName
{
border-color: #BBEF8F;
}
.TagClassName
{
border-color: #BBEF8F;
}
</style>