Shades of Fringy Flower #BFE9C3
Tints of Fringy Flower #BFE9C3
RGB
CMYK
RGB Variations
Color information
#BFE9C3 (or 0xBFE9C3) is known color: Fringy Flower. HEX triplet: BF, E9 and C3. RGB value is (191,233,195). Sum of RGB (Red+Green+Blue) = 191+233+195=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9C3 is #40163C. Grayscale: #D8D8D8. Windows color (decimal): -4199997 or 12839359. OLE color: 12839359.
HSL color Cylindrical-coordinate representation of color #BFE9C3: hue angle of 125.71º 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 #BFE9C3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 195 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.09 |
| HSL | 125.71º | 0.49% | 0.83% | - |
| HSV(B) | 125.71º | 0.18% | 0.91% | - |
| XYZ | 60.48 | 73.29 | 62.59 | - |
| YUV | 216.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 195 | 0.18 | 0 | 0.16 | 0.09 | 125.71 | 0.49 | 0.83 |
| Hex | BF | E9 | C3 | 12 | 0 | 10 | 9 | 7E | 31 | 53 |
| Octal | 277 | 351 | 303 | 22 | 0 | 20 | 11 | 176 | 61 | 123 |
| Binary | 10111111 | 11101001 | 11000011 | 10010 | 0 | 10000 | 1001 | 1111110 | 110001 | 1010011 |
Color Harmonies of #BFE9C3
Complementary color
Monochromatic Colors of #BFE9C3
Black with #BFE9C3
Text Example
Text Example
White with #BFE9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9C3; }
p { color: rgb(191,233,195); }
H1.HeaderClassName
{
color: #BFE9C3;
}
.AnyTagClassName
{
color: #BFE9C3;
}
</style>
background-color css
<style>
a { background-color: #BFE9C3; }
a { background-color: rgb(191,233,195); }
div.DivClassName
{
background-color: #BFE9C3;
}
.BgClassName
{
background-color: #BFE9C3;
}
</style>
border-color css
<style>
span { border-color: #BFE9C3; }
span { border-color: rgb(191,233,195); }
td.TdClassName
{
border-color: #BFE9C3;
}
.TagClassName
{
border-color: #BFE9C3;
}
</style>