Shades of Fringy Flower #BDE0C0
Tints of Fringy Flower #BDE0C0
RGB
CMYK
RGB Variations
Color information
#BDE0C0 (or 0xBDE0C0) is known color: Fringy Flower. HEX triplet: BD, E0 and C0. RGB value is (189,224,192). Sum of RGB (Red+Green+Blue) = 189+224+192=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #BDE0C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE0C0 is #421F3F. Grayscale: #D1D1D1. Windows color (decimal): -4333376 or 12640445. OLE color: 12640445.
HSL color Cylindrical-coordinate representation of color #BDE0C0: hue angle of 125.14º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE0C0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 224 | 192 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.12 |
| HSL | 125.14º | 0.36% | 0.81% | - |
| HSV(B) | 125.14º | 0.16% | 0.88% | - |
| XYZ | 57.16 | 67.94 | 59.97 | - |
| YUV | 209.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 224 | 192 | 0.16 | 0 | 0.14 | 0.12 | 125.14 | 0.36 | 0.81 |
| Hex | BD | E0 | C0 | 10 | 0 | E | C | 7D | 24 | 51 |
| Octal | 275 | 340 | 300 | 20 | 0 | 16 | 14 | 175 | 44 | 121 |
| Binary | 10111101 | 11100000 | 11000000 | 10000 | 0 | 1110 | 1100 | 1111101 | 100100 | 1010001 |
Color Harmonies of #BDE0C0
Complementary color
Monochromatic Colors of #BDE0C0
Black with #BDE0C0
Text Example
Text Example
White with #BDE0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE0C0; }
p { color: rgb(189,224,192); }
H1.HeaderClassName
{
color: #BDE0C0;
}
.AnyTagClassName
{
color: #BDE0C0;
}
</style>
background-color css
<style>
a { background-color: #BDE0C0; }
a { background-color: rgb(189,224,192); }
div.DivClassName
{
background-color: #BDE0C0;
}
.BgClassName
{
background-color: #BDE0C0;
}
</style>
border-color css
<style>
span { border-color: #BDE0C0; }
span { border-color: rgb(189,224,192); }
td.TdClassName
{
border-color: #BDE0C0;
}
.TagClassName
{
border-color: #BDE0C0;
}
</style>