Shades of Fringy Flower #BDEDC1
Tints of Fringy Flower #BDEDC1
RGB
CMYK
RGB Variations
Color information
#BDEDC1 (or 0xBDEDC1) is known color: Fringy Flower. HEX triplet: BD, ED and C1. RGB value is (189,237,193). Sum of RGB (Red+Green+Blue) = 189+237+193=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC1 is #42123E. Grayscale: #D9D9D9. Windows color (decimal): -4330047 or 12709309. OLE color: 12709309.
HSL color Cylindrical-coordinate representation of color #BDEDC1: hue angle of 125º 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 #BDEDC1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 193 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 125º | 0.57% | 0.84% | - |
| HSV(B) | 125º | 0.2% | 0.93% | - |
| XYZ | 60.9 | 75.24 | 61.76 | - |
| YUV | 217.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 193 | 0.20 | 0 | 0.19 | 0.07 | 125 | 0.57 | 0.84 |
| Hex | BD | ED | C1 | 14 | 0 | 13 | 7 | 7D | 39 | 54 |
| Octal | 275 | 355 | 301 | 24 | 0 | 23 | 7 | 175 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11000001 | 10100 | 0 | 10011 | 111 | 1111101 | 111001 | 1010100 |
Color Harmonies of #BDEDC1
Complementary color
Monochromatic Colors of #BDEDC1
Black with #BDEDC1
Text Example
Text Example
White with #BDEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDC1; }
p { color: rgb(189,237,193); }
H1.HeaderClassName
{
color: #BDEDC1;
}
.AnyTagClassName
{
color: #BDEDC1;
}
</style>
background-color css
<style>
a { background-color: #BDEDC1; }
a { background-color: rgb(189,237,193); }
div.DivClassName
{
background-color: #BDEDC1;
}
.BgClassName
{
background-color: #BDEDC1;
}
</style>
border-color css
<style>
span { border-color: #BDEDC1; }
span { border-color: rgb(189,237,193); }
td.TdClassName
{
border-color: #BDEDC1;
}
.TagClassName
{
border-color: #BDEDC1;
}
</style>