Shades of Fringy Flower #BFE9C2
Tints of Fringy Flower #BFE9C2
RGB
CMYK
RGB Variations
Color information
#BFE9C2 (or 0xBFE9C2) is known color: Fringy Flower. HEX triplet: BF, E9 and C2. RGB value is (191,233,194). Sum of RGB (Red+Green+Blue) = 191+233+194=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9C2 is #40163D. Grayscale: #D8D8D8. Windows color (decimal): -4199998 or 12773823. OLE color: 12773823.
HSL color Cylindrical-coordinate representation of color #BFE9C2: hue angle of 124.29º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE9C2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 194 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.09 |
| HSL | 124.29º | 0.49% | 0.83% | - |
| HSV(B) | 124.29º | 0.18% | 0.91% | - |
| XYZ | 60.36 | 73.25 | 62 | - |
| YUV | 216 | 115.59 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 194 | 0.18 | 0 | 0.17 | 0.09 | 124.29 | 0.49 | 0.83 |
| Hex | BF | E9 | C2 | 12 | 0 | 11 | 9 | 7C | 31 | 53 |
| Octal | 277 | 351 | 302 | 22 | 0 | 21 | 11 | 174 | 61 | 123 |
| Binary | 10111111 | 11101001 | 11000010 | 10010 | 0 | 10001 | 1001 | 1111100 | 110001 | 1010011 |
Color Harmonies of #BFE9C2
Complementary color
Monochromatic Colors of #BFE9C2
Black with #BFE9C2
Text Example
Text Example
White with #BFE9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9C2; }
p { color: rgb(191,233,194); }
H1.HeaderClassName
{
color: #BFE9C2;
}
.AnyTagClassName
{
color: #BFE9C2;
}
</style>
background-color css
<style>
a { background-color: #BFE9C2; }
a { background-color: rgb(191,233,194); }
div.DivClassName
{
background-color: #BFE9C2;
}
.BgClassName
{
background-color: #BFE9C2;
}
</style>
border-color css
<style>
span { border-color: #BFE9C2; }
span { border-color: rgb(191,233,194); }
td.TdClassName
{
border-color: #BFE9C2;
}
.TagClassName
{
border-color: #BFE9C2;
}
</style>