Shades of Fringy Flower #BDEBB9
Tints of Fringy Flower #BDEBB9
RGB
CMYK
RGB Variations
Color information
#BDEBB9 (or 0xBDEBB9) is known color: Fringy Flower. HEX triplet: BD, EB and B9. RGB value is (189,235,185). Sum of RGB (Red+Green+Blue) = 189+235+185=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBB9 is #421446. Grayscale: #D7D7D7. Windows color (decimal): -4330567 or 12184509. OLE color: 12184509.
HSL color Cylindrical-coordinate representation of color #BDEBB9: hue angle of 115.2º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEBB9 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 185 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.08 |
| HSL | 115.2º | 0.56% | 0.82% | - |
| HSV(B) | 115.2º | 0.21% | 0.92% | - |
| XYZ | 59.45 | 73.74 | 57 | - |
| YUV | 215.55 | 110.76 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 185 | 0.20 | 0 | 0.21 | 0.08 | 115.2 | 0.56 | 0.82 |
| Hex | BD | EB | B9 | 14 | 0 | 15 | 8 | 73 | 38 | 52 |
| Octal | 275 | 353 | 271 | 24 | 0 | 25 | 10 | 163 | 70 | 122 |
| Binary | 10111101 | 11101011 | 10111001 | 10100 | 0 | 10101 | 1000 | 1110011 | 111000 | 1010010 |
Color Harmonies of #BDEBB9
Complementary color
Monochromatic Colors of #BDEBB9
Black with #BDEBB9
Text Example
Text Example
White with #BDEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBB9; }
p { color: rgb(189,235,185); }
H1.HeaderClassName
{
color: #BDEBB9;
}
.AnyTagClassName
{
color: #BDEBB9;
}
</style>
background-color css
<style>
a { background-color: #BDEBB9; }
a { background-color: rgb(189,235,185); }
div.DivClassName
{
background-color: #BDEBB9;
}
.BgClassName
{
background-color: #BDEBB9;
}
</style>
border-color css
<style>
span { border-color: #BDEBB9; }
span { border-color: rgb(189,235,185); }
td.TdClassName
{
border-color: #BDEBB9;
}
.TagClassName
{
border-color: #BDEBB9;
}
</style>