Shades of Fringy Flower #BDEDC0
Tints of Fringy Flower #BDEDC0
RGB
CMYK
RGB Variations
Color information
#BDEDC0 (or 0xBDEDC0) is known color: Fringy Flower. HEX triplet: BD, ED and C0. RGB value is (189,237,192). Sum of RGB (Red+Green+Blue) = 189+237+192=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC0 is #42123F. Grayscale: #D9D9D9. Windows color (decimal): -4330048 or 12643773. OLE color: 12643773.
HSL color Cylindrical-coordinate representation of color #BDEDC0: hue angle of 123.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDC0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 192 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 123.75º | 0.57% | 0.84% | - |
| HSV(B) | 123.75º | 0.2% | 0.93% | - |
| XYZ | 60.78 | 75.19 | 61.18 | - |
| YUV | 217.52 | 113.6 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 192 | 0.20 | 0 | 0.19 | 0.07 | 123.75 | 0.57 | 0.84 |
| Hex | BD | ED | C0 | 14 | 0 | 13 | 7 | 7C | 39 | 54 |
| Octal | 275 | 355 | 300 | 24 | 0 | 23 | 7 | 174 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11000000 | 10100 | 0 | 10011 | 111 | 1111100 | 111001 | 1010100 |
Color Harmonies of #BDEDC0
Complementary color
Monochromatic Colors of #BDEDC0
Black with #BDEDC0
Text Example
Text Example
White with #BDEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDC0; }
p { color: rgb(189,237,192); }
H1.HeaderClassName
{
color: #BDEDC0;
}
.AnyTagClassName
{
color: #BDEDC0;
}
</style>
background-color css
<style>
a { background-color: #BDEDC0; }
a { background-color: rgb(189,237,192); }
div.DivClassName
{
background-color: #BDEDC0;
}
.BgClassName
{
background-color: #BDEDC0;
}
</style>
border-color css
<style>
span { border-color: #BDEDC0; }
span { border-color: rgb(189,237,192); }
td.TdClassName
{
border-color: #BDEDC0;
}
.TagClassName
{
border-color: #BDEDC0;
}
</style>