Shades of Fringy Flower #BFEEBB
Tints of Fringy Flower #BFEEBB
RGB
CMYK
RGB Variations
Color information
#BFEEBB (or 0xBFEEBB) is known color: Fringy Flower. HEX triplet: BF, EE and BB. RGB value is (191,238,187). Sum of RGB (Red+Green+Blue) = 191+238+187=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BFEEBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFEEBB is #401144. Grayscale: #DADADA. Windows color (decimal): -4198725 or 12316351. OLE color: 12316351.
HSL color Cylindrical-coordinate representation of color #BFEEBB: hue angle of 115.29º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFEEBB is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 238 | 187 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.07 |
| HSL | 115.29º | 0.6% | 0.83% | - |
| HSV(B) | 115.29º | 0.21% | 0.93% | - |
| XYZ | 61.03 | 75.81 | 58.43 | - |
| YUV | 218.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 238 | 187 | 0.20 | 0 | 0.21 | 0.07 | 115.29 | 0.6 | 0.83 |
| Hex | BF | EE | BB | 14 | 0 | 15 | 7 | 73 | 3C | 53 |
| Octal | 277 | 356 | 273 | 24 | 0 | 25 | 7 | 163 | 74 | 123 |
| Binary | 10111111 | 11101110 | 10111011 | 10100 | 0 | 10101 | 111 | 1110011 | 111100 | 1010011 |
Color Harmonies of #BFEEBB
Complementary color
Monochromatic Colors of #BFEEBB
Black with #BFEEBB
Text Example
Text Example
White with #BFEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFEEBB; }
p { color: rgb(191,238,187); }
H1.HeaderClassName
{
color: #BFEEBB;
}
.AnyTagClassName
{
color: #BFEEBB;
}
</style>
background-color css
<style>
a { background-color: #BFEEBB; }
a { background-color: rgb(191,238,187); }
div.DivClassName
{
background-color: #BFEEBB;
}
.BgClassName
{
background-color: #BFEEBB;
}
</style>
border-color css
<style>
span { border-color: #BFEEBB; }
span { border-color: rgb(191,238,187); }
td.TdClassName
{
border-color: #BFEEBB;
}
.TagClassName
{
border-color: #BFEEBB;
}
</style>