Shades of Fringy Flower #BDE8C0
Tints of Fringy Flower #BDE8C0
RGB
CMYK
RGB Variations
Color information
#BDE8C0 (or 0xBDE8C0) is known color: Fringy Flower. HEX triplet: BD, E8 and C0. RGB value is (189,232,192). Sum of RGB (Red+Green+Blue) = 189+232+192=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8C0 is #42173F. Grayscale: #D6D6D6. Windows color (decimal): -4331328 or 12642493. OLE color: 12642493.
HSL color Cylindrical-coordinate representation of color #BDE8C0: hue angle of 124.19º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8C0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 192 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.09 |
| HSL | 124.19º | 0.48% | 0.83% | - |
| HSV(B) | 124.19º | 0.19% | 0.91% | - |
| XYZ | 59.36 | 72.34 | 60.7 | - |
| YUV | 214.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 192 | 0.19 | 0 | 0.17 | 0.09 | 124.19 | 0.48 | 0.83 |
| Hex | BD | E8 | C0 | 13 | 0 | 11 | 9 | 7C | 30 | 53 |
| Octal | 275 | 350 | 300 | 23 | 0 | 21 | 11 | 174 | 60 | 123 |
| Binary | 10111101 | 11101000 | 11000000 | 10011 | 0 | 10001 | 1001 | 1111100 | 110000 | 1010011 |
Color Harmonies of #BDE8C0
Complementary color
Monochromatic Colors of #BDE8C0
Black with #BDE8C0
Text Example
Text Example
White with #BDE8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8C0; }
p { color: rgb(189,232,192); }
H1.HeaderClassName
{
color: #BDE8C0;
}
.AnyTagClassName
{
color: #BDE8C0;
}
</style>
background-color css
<style>
a { background-color: #BDE8C0; }
a { background-color: rgb(189,232,192); }
div.DivClassName
{
background-color: #BDE8C0;
}
.BgClassName
{
background-color: #BDE8C0;
}
</style>
border-color css
<style>
span { border-color: #BDE8C0; }
span { border-color: rgb(189,232,192); }
td.TdClassName
{
border-color: #BDE8C0;
}
.TagClassName
{
border-color: #BDE8C0;
}
</style>