Shades of Fringy Flower #BFF2BD
Tints of Fringy Flower #BFF2BD
RGB
CMYK
RGB Variations
Color information
#BFF2BD (or 0xBFF2BD) is known color: Fringy Flower. HEX triplet: BF, F2 and BD. RGB value is (191,242,189). Sum of RGB (Red+Green+Blue) = 191+242+189=622 (82% of max value = 765). Red value is 191 (75% from 255 or 30.71% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2BD is #400D42. Grayscale: #DCDCDC. Windows color (decimal): -4197699 or 12448447. OLE color: 12448447.
HSL color Cylindrical-coordinate representation of color #BFF2BD: hue angle of 117.74º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFF2BD is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 189 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.05 |
| HSL | 117.74º | 0.67% | 0.85% | - |
| HSV(B) | 117.74º | 0.22% | 0.95% | - |
| XYZ | 62.42 | 78.25 | 59.96 | - |
| YUV | 220.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 189 | 0.21 | 0 | 0.22 | 0.05 | 117.74 | 0.67 | 0.85 |
| Hex | BF | F2 | BD | 15 | 0 | 16 | 5 | 76 | 43 | 55 |
| Octal | 277 | 362 | 275 | 25 | 0 | 26 | 5 | 166 | 103 | 125 |
| Binary | 10111111 | 11110010 | 10111101 | 10101 | 0 | 10110 | 101 | 1110110 | 1000011 | 1010101 |
Color Harmonies of #BFF2BD
Complementary color
Monochromatic Colors of #BFF2BD
Black with #BFF2BD
Text Example
Text Example
White with #BFF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2BD; }
p { color: rgb(191,242,189); }
H1.HeaderClassName
{
color: #BFF2BD;
}
.AnyTagClassName
{
color: #BFF2BD;
}
</style>
background-color css
<style>
a { background-color: #BFF2BD; }
a { background-color: rgb(191,242,189); }
div.DivClassName
{
background-color: #BFF2BD;
}
.BgClassName
{
background-color: #BFF2BD;
}
</style>
border-color css
<style>
span { border-color: #BFF2BD; }
span { border-color: rgb(191,242,189); }
td.TdClassName
{
border-color: #BFF2BD;
}
.TagClassName
{
border-color: #BFF2BD;
}
</style>