Shades of Sulu #BFE884
Tints of Sulu #BFE884
RGB
CMYK
RGB Variations
Color information
#BFE884 (or 0xBFE884) is known color: Sulu. HEX triplet: BF, E8 and 84. RGB value is (191,232,132). Sum of RGB (Red+Green+Blue) = 191+232+132=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #BFE884 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE884 is #40177B. Grayscale: #D0D0D0. Windows color (decimal): -4200316 or 8710335. OLE color: 8710335.
HSL color Cylindrical-coordinate representation of color #BFE884: hue angle of 84.6º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFE884 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 232 | 132 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.09 |
| HSL | 84.6º | 0.68% | 0.71% | - |
| HSV(B) | 84.6º | 0.43% | 0.91% | - |
| XYZ | 54.51 | 70.46 | 32.56 | - |
| YUV | 208.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 232 | 132 | 0.18 | 0 | 0.43 | 0.09 | 84.6 | 0.68 | 0.71 |
| Hex | BF | E8 | 84 | 12 | 0 | 2B | 9 | 55 | 44 | 47 |
| Octal | 277 | 350 | 204 | 22 | 0 | 53 | 11 | 125 | 104 | 107 |
| Binary | 10111111 | 11101000 | 10000100 | 10010 | 0 | 101011 | 1001 | 1010101 | 1000100 | 1000111 |
Color Harmonies of #BFE884
Complementary color
Monochromatic Colors of #BFE884
Black with #BFE884
Text Example
Text Example
White with #BFE884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE884; }
p { color: rgb(191,232,132); }
H1.HeaderClassName
{
color: #BFE884;
}
.AnyTagClassName
{
color: #BFE884;
}
</style>
background-color css
<style>
a { background-color: #BFE884; }
a { background-color: rgb(191,232,132); }
div.DivClassName
{
background-color: #BFE884;
}
.BgClassName
{
background-color: #BFE884;
}
</style>
border-color css
<style>
span { border-color: #BFE884; }
span { border-color: rgb(191,232,132); }
td.TdClassName
{
border-color: #BFE884;
}
.TagClassName
{
border-color: #BFE884;
}
</style>