Shades of Fringy Flower #BFEEBC
Tints of Fringy Flower #BFEEBC
RGB
CMYK
RGB Variations
Color information
#BFEEBC (or 0xBFEEBC) is known color: Fringy Flower. HEX triplet: BF, EE and BC. RGB value is (191,238,188). Sum of RGB (Red+Green+Blue) = 191+238+188=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 238 (93.36% from 255 or 38.57% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBC is #401143. Grayscale: #DADADA. Windows color (decimal): -4198724 or 12381887. OLE color: 12381887.
HSL color Cylindrical-coordinate representation of color #BFEEBC: hue angle of 116.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEEBC is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 188 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.07 |
| HSL | 116.4º | 0.6% | 0.84% | - |
| HSV(B) | 116.4º | 0.21% | 0.93% | - |
| XYZ | 61.14 | 75.86 | 59 | - |
| YUV | 218.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 188 | 0.20 | 0 | 0.21 | 0.07 | 116.4 | 0.6 | 0.84 |
| Hex | BF | EE | BC | 14 | 0 | 15 | 7 | 74 | 3C | 54 |
| Octal | 277 | 356 | 274 | 24 | 0 | 25 | 7 | 164 | 74 | 124 |
| Binary | 10111111 | 11101110 | 10111100 | 10100 | 0 | 10101 | 111 | 1110100 | 111100 | 1010100 |
Color Harmonies of #BFEEBC
Complementary color
Monochromatic Colors of #BFEEBC
Black with #BFEEBC
Text Example
Text Example
White with #BFEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEBC; }
p { color: rgb(191,238,188); }
H1.HeaderClassName
{
color: #BFEEBC;
}
.AnyTagClassName
{
color: #BFEEBC;
}
</style>
background-color css
<style>
a { background-color: #BFEEBC; }
a { background-color: rgb(191,238,188); }
div.DivClassName
{
background-color: #BFEEBC;
}
.BgClassName
{
background-color: #BFEEBC;
}
</style>
border-color css
<style>
span { border-color: #BFEEBC; }
span { border-color: rgb(191,238,188); }
td.TdClassName
{
border-color: #BFEEBC;
}
.TagClassName
{
border-color: #BFEEBC;
}
</style>