Shades of Fringy Flower #BFF0BD
Tints of Fringy Flower #BFF0BD
RGB
CMYK
RGB Variations
Color information
#BFF0BD (or 0xBFF0BD) is known color: Fringy Flower. HEX triplet: BF, F0 and BD. RGB value is (191,240,189). Sum of RGB (Red+Green+Blue) = 191+240+189=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0BD is #400F42. Grayscale: #DBDBDB. Windows color (decimal): -4198211 or 12447935. OLE color: 12447935.
HSL color Cylindrical-coordinate representation of color #BFF0BD: hue angle of 117.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF0BD is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 189 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.06 |
| HSL | 117.65º | 0.63% | 0.84% | - |
| HSV(B) | 117.65º | 0.21% | 0.94% | - |
| XYZ | 61.83 | 77.07 | 59.76 | - |
| YUV | 219.54 | 110.77 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 189 | 0.20 | 0 | 0.21 | 0.06 | 117.65 | 0.63 | 0.84 |
| Hex | BF | F0 | BD | 14 | 0 | 15 | 6 | 76 | 3F | 54 |
| Octal | 277 | 360 | 275 | 24 | 0 | 25 | 6 | 166 | 77 | 124 |
| Binary | 10111111 | 11110000 | 10111101 | 10100 | 0 | 10101 | 110 | 1110110 | 111111 | 1010100 |
Color Harmonies of #BFF0BD
Complementary color
Monochromatic Colors of #BFF0BD
Black with #BFF0BD
Text Example
Text Example
White with #BFF0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0BD; }
p { color: rgb(191,240,189); }
H1.HeaderClassName
{
color: #BFF0BD;
}
.AnyTagClassName
{
color: #BFF0BD;
}
</style>
background-color css
<style>
a { background-color: #BFF0BD; }
a { background-color: rgb(191,240,189); }
div.DivClassName
{
background-color: #BFF0BD;
}
.BgClassName
{
background-color: #BFF0BD;
}
</style>
border-color css
<style>
span { border-color: #BFF0BD; }
span { border-color: rgb(191,240,189); }
td.TdClassName
{
border-color: #BFF0BD;
}
.TagClassName
{
border-color: #BFF0BD;
}
</style>