Shades of Sulu #BFF886
Tints of Sulu #BFF886
RGB
CMYK
RGB Variations
Color information
#BFF886 (or 0xBFF886) is known color: Sulu. HEX triplet: BF, F8 and 86. RGB value is (191,248,134). Sum of RGB (Red+Green+Blue) = 191+248+134=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 134 (52.73% from 255 or 23.39% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #BFF886 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF886 is #400779. Grayscale: #DADADA. Windows color (decimal): -4196218 or 8845503. OLE color: 8845503.
HSL color Cylindrical-coordinate representation of color #BFF886: hue angle of 90º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF886 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 248 | 134 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.03 |
| HSL | 90º | 0.89% | 0.75% | - |
| HSV(B) | 90º | 0.46% | 0.97% | - |
| XYZ | 59.36 | 79.93 | 34.85 | - |
| YUV | 217.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 248 | 134 | 0.23 | 0 | 0.46 | 0.03 | 90 | 0.89 | 0.75 |
| Hex | BF | F8 | 86 | 17 | 0 | 2E | 3 | 5A | 59 | 4B |
| Octal | 277 | 370 | 206 | 27 | 0 | 56 | 3 | 132 | 131 | 113 |
| Binary | 10111111 | 11111000 | 10000110 | 10111 | 0 | 101110 | 11 | 1011010 | 1011001 | 1001011 |
Color Harmonies of #BFF886
Complementary color
Monochromatic Colors of #BFF886
Black with #BFF886
Text Example
Text Example
White with #BFF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF886; }
p { color: rgb(191,248,134); }
H1.HeaderClassName
{
color: #BFF886;
}
.AnyTagClassName
{
color: #BFF886;
}
</style>
background-color css
<style>
a { background-color: #BFF886; }
a { background-color: rgb(191,248,134); }
div.DivClassName
{
background-color: #BFF886;
}
.BgClassName
{
background-color: #BFF886;
}
</style>
border-color css
<style>
span { border-color: #BFF886; }
span { border-color: rgb(191,248,134); }
td.TdClassName
{
border-color: #BFF886;
}
.TagClassName
{
border-color: #BFF886;
}
</style>