Shades of Fringy Flower #BDEDBC
Tints of Fringy Flower #BDEDBC
RGB
CMYK
RGB Variations
Color information
#BDEDBC (or 0xBDEDBC) is known color: Fringy Flower. HEX triplet: BD, ED and BC. RGB value is (189,237,188). Sum of RGB (Red+Green+Blue) = 189+237+188=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDBC is #421243. Grayscale: #D9D9D9. Windows color (decimal): -4330052 or 12381629. OLE color: 12381629.
HSL color Cylindrical-coordinate representation of color #BDEDBC: hue angle of 118.78º 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 #BDEDBC is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 188 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.07 |
| HSL | 118.78º | 0.58% | 0.83% | - |
| HSV(B) | 118.78º | 0.21% | 0.93% | - |
| XYZ | 60.35 | 75.02 | 58.88 | - |
| YUV | 217.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 188 | 0.20 | 0 | 0.21 | 0.07 | 118.78 | 0.58 | 0.83 |
| Hex | BD | ED | BC | 14 | 0 | 15 | 7 | 77 | 3A | 53 |
| Octal | 275 | 355 | 274 | 24 | 0 | 25 | 7 | 167 | 72 | 123 |
| Binary | 10111101 | 11101101 | 10111100 | 10100 | 0 | 10101 | 111 | 1110111 | 111010 | 1010011 |
Color Harmonies of #BDEDBC
Complementary color
Monochromatic Colors of #BDEDBC
Black with #BDEDBC
Text Example
Text Example
White with #BDEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDBC; }
p { color: rgb(189,237,188); }
H1.HeaderClassName
{
color: #BDEDBC;
}
.AnyTagClassName
{
color: #BDEDBC;
}
</style>
background-color css
<style>
a { background-color: #BDEDBC; }
a { background-color: rgb(189,237,188); }
div.DivClassName
{
background-color: #BDEDBC;
}
.BgClassName
{
background-color: #BDEDBC;
}
</style>
border-color css
<style>
span { border-color: #BDEDBC; }
span { border-color: rgb(189,237,188); }
td.TdClassName
{
border-color: #BDEDBC;
}
.TagClassName
{
border-color: #BDEDBC;
}
</style>