Shades of Fringy Flower #BDF0BE
Tints of Fringy Flower #BDF0BE
RGB
CMYK
RGB Variations
Color information
#BDF0BE (or 0xBDF0BE) is known color: Fringy Flower. HEX triplet: BD, F0 and BE. RGB value is (189,240,190). Sum of RGB (Red+Green+Blue) = 189+240+190=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BE is #420F41. Grayscale: #DBDBDB. Windows color (decimal): -4329282 or 12513469. OLE color: 12513469.
HSL color Cylindrical-coordinate representation of color #BDF0BE: hue angle of 121.18º 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 #BDF0BE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 190 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.06 |
| HSL | 121.18º | 0.63% | 0.84% | - |
| HSV(B) | 121.18º | 0.21% | 0.94% | - |
| XYZ | 61.44 | 76.86 | 60.31 | - |
| YUV | 219.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 190 | 0.21 | 0 | 0.21 | 0.06 | 121.18 | 0.63 | 0.84 |
| Hex | BD | F0 | BE | 15 | 0 | 15 | 6 | 79 | 3F | 54 |
| Octal | 275 | 360 | 276 | 25 | 0 | 25 | 6 | 171 | 77 | 124 |
| Binary | 10111101 | 11110000 | 10111110 | 10101 | 0 | 10101 | 110 | 1111001 | 111111 | 1010100 |
Color Harmonies of #BDF0BE
Complementary color
Monochromatic Colors of #BDF0BE
Black with #BDF0BE
Text Example
Text Example
White with #BDF0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0BE; }
p { color: rgb(189,240,190); }
H1.HeaderClassName
{
color: #BDF0BE;
}
.AnyTagClassName
{
color: #BDF0BE;
}
</style>
background-color css
<style>
a { background-color: #BDF0BE; }
a { background-color: rgb(189,240,190); }
div.DivClassName
{
background-color: #BDF0BE;
}
.BgClassName
{
background-color: #BDF0BE;
}
</style>
border-color css
<style>
span { border-color: #BDF0BE; }
span { border-color: rgb(189,240,190); }
td.TdClassName
{
border-color: #BDF0BE;
}
.TagClassName
{
border-color: #BDF0BE;
}
</style>