Shades of Fringy Flower #BDEDBB
Tints of Fringy Flower #BDEDBB
RGB
CMYK
RGB Variations
Color information
#BDEDBB (or 0xBDEDBB) is known color: Fringy Flower. HEX triplet: BD, ED and BB. RGB value is (189,237,187). Sum of RGB (Red+Green+Blue) = 189+237+187=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDBB is #421244. Grayscale: #D9D9D9. Windows color (decimal): -4330053 or 12316093. OLE color: 12316093.
HSL color Cylindrical-coordinate representation of color #BDEDBB: hue angle of 117.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEDBB is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 187 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.07 |
| HSL | 117.6º | 0.58% | 0.83% | - |
| HSV(B) | 117.6º | 0.21% | 0.93% | - |
| XYZ | 60.24 | 74.98 | 58.31 | - |
| YUV | 216.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 187 | 0.20 | 0 | 0.21 | 0.07 | 117.6 | 0.58 | 0.83 |
| Hex | BD | ED | BB | 14 | 0 | 15 | 7 | 76 | 3A | 53 |
| Octal | 275 | 355 | 273 | 24 | 0 | 25 | 7 | 166 | 72 | 123 |
| Binary | 10111101 | 11101101 | 10111011 | 10100 | 0 | 10101 | 111 | 1110110 | 111010 | 1010011 |
Color Harmonies of #BDEDBB
Complementary color
Monochromatic Colors of #BDEDBB
Black with #BDEDBB
Text Example
Text Example
White with #BDEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDBB; }
p { color: rgb(189,237,187); }
H1.HeaderClassName
{
color: #BDEDBB;
}
.AnyTagClassName
{
color: #BDEDBB;
}
</style>
background-color css
<style>
a { background-color: #BDEDBB; }
a { background-color: rgb(189,237,187); }
div.DivClassName
{
background-color: #BDEDBB;
}
.BgClassName
{
background-color: #BDEDBB;
}
</style>
border-color css
<style>
span { border-color: #BDEDBB; }
span { border-color: rgb(189,237,187); }
td.TdClassName
{
border-color: #BDEDBB;
}
.TagClassName
{
border-color: #BDEDBB;
}
</style>