Shades of Fringy Flower #BFF9BD
Tints of Fringy Flower #BFF9BD
RGB
CMYK
RGB Variations
Color information
#BFF9BD (or 0xBFF9BD) is known color: Fringy Flower. HEX triplet: BF, F9 and BD. RGB value is (191,249,189). Sum of RGB (Red+Green+Blue) = 191+249+189=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9BD is #400642. Grayscale: #E0E0E0. Windows color (decimal): -4195907 or 12450239. OLE color: 12450239.
HSL color Cylindrical-coordinate representation of color #BFF9BD: hue angle of 118º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFF9BD is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 189 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.02 |
| HSL | 118º | 0.83% | 0.86% | - |
| HSV(B) | 118º | 0.24% | 0.98% | - |
| XYZ | 64.55 | 82.5 | 60.67 | - |
| YUV | 224.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 189 | 0.23 | 0 | 0.24 | 0.02 | 118 | 0.83 | 0.86 |
| Hex | BF | F9 | BD | 17 | 0 | 18 | 2 | 76 | 53 | 56 |
| Octal | 277 | 371 | 275 | 27 | 0 | 30 | 2 | 166 | 123 | 126 |
| Binary | 10111111 | 11111001 | 10111101 | 10111 | 0 | 11000 | 10 | 1110110 | 1010011 | 1010110 |
Color Harmonies of #BFF9BD
Complementary color
Monochromatic Colors of #BFF9BD
Black with #BFF9BD
Text Example
Text Example
White with #BFF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9BD; }
p { color: rgb(191,249,189); }
H1.HeaderClassName
{
color: #BFF9BD;
}
.AnyTagClassName
{
color: #BFF9BD;
}
</style>
background-color css
<style>
a { background-color: #BFF9BD; }
a { background-color: rgb(191,249,189); }
div.DivClassName
{
background-color: #BFF9BD;
}
.BgClassName
{
background-color: #BFF9BD;
}
</style>
border-color css
<style>
span { border-color: #BFF9BD; }
span { border-color: rgb(191,249,189); }
td.TdClassName
{
border-color: #BFF9BD;
}
.TagClassName
{
border-color: #BFF9BD;
}
</style>