Shades of Sulu #BFEB8C
Tints of Sulu #BFEB8C
RGB
CMYK
RGB Variations
Color information
#BFEB8C (or 0xBFEB8C) is known color: Sulu. HEX triplet: BF, EB and 8C. RGB value is (191,235,140). Sum of RGB (Red+Green+Blue) = 191+235+140=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 235 (92.19% from 255 or 41.52% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB8C is #401473. Grayscale: #D3D3D3. Windows color (decimal): -4199540 or 9235391. OLE color: 9235391.
HSL color Cylindrical-coordinate representation of color #BFEB8C: hue angle of 87.79º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFEB8C is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 235 | 140 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.08 |
| HSL | 87.79º | 0.7% | 0.74% | - |
| HSV(B) | 87.79º | 0.4% | 0.92% | - |
| XYZ | 55.93 | 72.39 | 35.84 | - |
| YUV | 211.01 | 87.92 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 235 | 140 | 0.19 | 0 | 0.40 | 0.08 | 87.79 | 0.7 | 0.74 |
| Hex | BF | EB | 8C | 13 | 0 | 28 | 8 | 58 | 46 | 4A |
| Octal | 277 | 353 | 214 | 23 | 0 | 50 | 10 | 130 | 106 | 112 |
| Binary | 10111111 | 11101011 | 10001100 | 10011 | 0 | 101000 | 1000 | 1011000 | 1000110 | 1001010 |
Color Harmonies of #BFEB8C
Complementary color
Monochromatic Colors of #BFEB8C
Black with #BFEB8C
Text Example
Text Example
White with #BFEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEB8C; }
p { color: rgb(191,235,140); }
H1.HeaderClassName
{
color: #BFEB8C;
}
.AnyTagClassName
{
color: #BFEB8C;
}
</style>
background-color css
<style>
a { background-color: #BFEB8C; }
a { background-color: rgb(191,235,140); }
div.DivClassName
{
background-color: #BFEB8C;
}
.BgClassName
{
background-color: #BFEB8C;
}
</style>
border-color css
<style>
span { border-color: #BFEB8C; }
span { border-color: rgb(191,235,140); }
td.TdClassName
{
border-color: #BFEB8C;
}
.TagClassName
{
border-color: #BFEB8C;
}
</style>