Shades of Sulu #BFEC8C
Tints of Sulu #BFEC8C
RGB
CMYK
RGB Variations
Color information
#BFEC8C (or 0xBFEC8C) is known color: Sulu. HEX triplet: BF, EC and 8C. RGB value is (191,236,140). Sum of RGB (Red+Green+Blue) = 191+236+140=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #BFEC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEC8C is #401373. Grayscale: #D3D3D3. Windows color (decimal): -4199284 or 9235647. OLE color: 9235647.
HSL color Cylindrical-coordinate representation of color #BFEC8C: hue angle of 88.12º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFEC8C is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 236 | 140 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.07 |
| HSL | 88.13º | 0.72% | 0.74% | - |
| HSV(B) | 88.13º | 0.41% | 0.93% | - |
| XYZ | 56.21 | 72.96 | 35.93 | - |
| YUV | 211.6 | 87.59 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 236 | 140 | 0.19 | 0 | 0.41 | 0.07 | 88.13 | 0.72 | 0.74 |
| Hex | BF | EC | 8C | 13 | 0 | 29 | 7 | 58 | 48 | 4A |
| Octal | 277 | 354 | 214 | 23 | 0 | 51 | 7 | 130 | 110 | 112 |
| Binary | 10111111 | 11101100 | 10001100 | 10011 | 0 | 101001 | 111 | 1011000 | 1001000 | 1001010 |
Color Harmonies of #BFEC8C
Complementary color
Monochromatic Colors of #BFEC8C
Black with #BFEC8C
Text Example
Text Example
White with #BFEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEC8C; }
p { color: rgb(191,236,140); }
H1.HeaderClassName
{
color: #BFEC8C;
}
.AnyTagClassName
{
color: #BFEC8C;
}
</style>
background-color css
<style>
a { background-color: #BFEC8C; }
a { background-color: rgb(191,236,140); }
div.DivClassName
{
background-color: #BFEC8C;
}
.BgClassName
{
background-color: #BFEC8C;
}
</style>
border-color css
<style>
span { border-color: #BFEC8C; }
span { border-color: rgb(191,236,140); }
td.TdClassName
{
border-color: #BFEC8C;
}
.TagClassName
{
border-color: #BFEC8C;
}
</style>