Shades of Fringy Flower #BDF1B9
Tints of Fringy Flower #BDF1B9
RGB
CMYK
RGB Variations
Color information
#BDF1B9 (or 0xBDF1B9) is known color: Fringy Flower. HEX triplet: BD, F1 and B9. RGB value is (189,241,185). Sum of RGB (Red+Green+Blue) = 189+241+185=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1B9 is #420E46. Grayscale: #DBDBDB. Windows color (decimal): -4329031 or 12186045. OLE color: 12186045.
HSL color Cylindrical-coordinate representation of color #BDF1B9: hue angle of 115.71º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF1B9 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 185 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.05 |
| HSL | 115.71º | 0.67% | 0.84% | - |
| HSV(B) | 115.71º | 0.23% | 0.95% | - |
| XYZ | 61.2 | 77.23 | 57.58 | - |
| YUV | 219.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 185 | 0.22 | 0 | 0.23 | 0.05 | 115.71 | 0.67 | 0.84 |
| Hex | BD | F1 | B9 | 16 | 0 | 17 | 5 | 74 | 43 | 54 |
| Octal | 275 | 361 | 271 | 26 | 0 | 27 | 5 | 164 | 103 | 124 |
| Binary | 10111101 | 11110001 | 10111001 | 10110 | 0 | 10111 | 101 | 1110100 | 1000011 | 1010100 |
Color Harmonies of #BDF1B9
Complementary color
Monochromatic Colors of #BDF1B9
Black with #BDF1B9
Text Example
Text Example
White with #BDF1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF1B9; }
p { color: rgb(189,241,185); }
H1.HeaderClassName
{
color: #BDF1B9;
}
.AnyTagClassName
{
color: #BDF1B9;
}
</style>
background-color css
<style>
a { background-color: #BDF1B9; }
a { background-color: rgb(189,241,185); }
div.DivClassName
{
background-color: #BDF1B9;
}
.BgClassName
{
background-color: #BDF1B9;
}
</style>
border-color css
<style>
span { border-color: #BDF1B9; }
span { border-color: rgb(189,241,185); }
td.TdClassName
{
border-color: #BDF1B9;
}
.TagClassName
{
border-color: #BDF1B9;
}
</style>