Shades of Fringy Flower #BDE2C0
Tints of Fringy Flower #BDE2C0
RGB
CMYK
RGB Variations
Color information
#BDE2C0 (or 0xBDE2C0) is known color: Fringy Flower. HEX triplet: BD, E2 and C0. RGB value is (189,226,192). Sum of RGB (Red+Green+Blue) = 189+226+192=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2C0 is #421D3F. Grayscale: #D3D3D3. Windows color (decimal): -4332864 or 12640957. OLE color: 12640957.
HSL color Cylindrical-coordinate representation of color #BDE2C0: hue angle of 124.86º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDE2C0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 192 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.11 |
| HSL | 124.86º | 0.39% | 0.81% | - |
| HSV(B) | 124.86º | 0.16% | 0.89% | - |
| XYZ | 57.7 | 69.02 | 60.15 | - |
| YUV | 211.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 192 | 0.16 | 0 | 0.15 | 0.11 | 124.86 | 0.39 | 0.81 |
| Hex | BD | E2 | C0 | 10 | 0 | F | B | 7D | 27 | 51 |
| Octal | 275 | 342 | 300 | 20 | 0 | 17 | 13 | 175 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11000000 | 10000 | 0 | 1111 | 1011 | 1111101 | 100111 | 1010001 |
Color Harmonies of #BDE2C0
Complementary color
Monochromatic Colors of #BDE2C0
Black with #BDE2C0
Text Example
Text Example
White with #BDE2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2C0; }
p { color: rgb(189,226,192); }
H1.HeaderClassName
{
color: #BDE2C0;
}
.AnyTagClassName
{
color: #BDE2C0;
}
</style>
background-color css
<style>
a { background-color: #BDE2C0; }
a { background-color: rgb(189,226,192); }
div.DivClassName
{
background-color: #BDE2C0;
}
.BgClassName
{
background-color: #BDE2C0;
}
</style>
border-color css
<style>
span { border-color: #BDE2C0; }
span { border-color: rgb(189,226,192); }
td.TdClassName
{
border-color: #BDE2C0;
}
.TagClassName
{
border-color: #BDE2C0;
}
</style>