Shades of Sulu #BBEF8A
Tints of Sulu #BBEF8A
RGB
CMYK
RGB Variations
Color information
#BBEF8A (or 0xBBEF8A) is known color: Sulu. HEX triplet: BB, EF and 8A. RGB value is (187,239,138). Sum of RGB (Red+Green+Blue) = 187+239+138=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 138 (54.30% from 255 or 24.47% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBEF8A is #441075. Grayscale: #D4D4D4. Windows color (decimal): -4460662 or 9105339. OLE color: 9105339.
HSL color Cylindrical-coordinate representation of color #BBEF8A: hue angle of 90.89º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBEF8A is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 138 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.06 |
| HSL | 90.89º | 0.76% | 0.74% | - |
| HSV(B) | 90.89º | 0.42% | 0.94% | - |
| XYZ | 55.95 | 74.13 | 35.41 | - |
| YUV | 211.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 138 | 0.22 | 0 | 0.42 | 0.06 | 90.89 | 0.76 | 0.74 |
| Hex | BB | EF | 8A | 16 | 0 | 2A | 6 | 5B | 4C | 4A |
| Octal | 273 | 357 | 212 | 26 | 0 | 52 | 6 | 133 | 114 | 112 |
| Binary | 10111011 | 11101111 | 10001010 | 10110 | 0 | 101010 | 110 | 1011011 | 1001100 | 1001010 |
Color Harmonies of #BBEF8A
Complementary color
Monochromatic Colors of #BBEF8A
Black with #BBEF8A
Text Example
Text Example
White with #BBEF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF8A; }
p { color: rgb(187,239,138); }
H1.HeaderClassName
{
color: #BBEF8A;
}
.AnyTagClassName
{
color: #BBEF8A;
}
</style>
background-color css
<style>
a { background-color: #BBEF8A; }
a { background-color: rgb(187,239,138); }
div.DivClassName
{
background-color: #BBEF8A;
}
.BgClassName
{
background-color: #BBEF8A;
}
</style>
border-color css
<style>
span { border-color: #BBEF8A; }
span { border-color: rgb(187,239,138); }
td.TdClassName
{
border-color: #BBEF8A;
}
.TagClassName
{
border-color: #BBEF8A;
}
</style>