Shades of Fringy Flower #BDE1C0
Tints of Fringy Flower #BDE1C0
RGB
CMYK
RGB Variations
Color information
#BDE1C0 (or 0xBDE1C0) is known color: Fringy Flower. HEX triplet: BD, E1 and C0. RGB value is (189,225,192). Sum of RGB (Red+Green+Blue) = 189+225+192=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE1C0 is #421E3F. Grayscale: #D2D2D2. Windows color (decimal): -4333120 or 12640701. OLE color: 12640701.
HSL color Cylindrical-coordinate representation of color #BDE1C0: hue angle of 125º degrees, saturation: 0.38, 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 #BDE1C0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 192 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.12 |
| HSL | 125º | 0.38% | 0.81% | - |
| HSV(B) | 125º | 0.16% | 0.88% | - |
| XYZ | 57.43 | 68.48 | 60.06 | - |
| YUV | 210.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 192 | 0.16 | 0 | 0.15 | 0.12 | 125 | 0.38 | 0.81 |
| Hex | BD | E1 | C0 | 10 | 0 | F | C | 7D | 26 | 51 |
| Octal | 275 | 341 | 300 | 20 | 0 | 17 | 14 | 175 | 46 | 121 |
| Binary | 10111101 | 11100001 | 11000000 | 10000 | 0 | 1111 | 1100 | 1111101 | 100110 | 1010001 |
Color Harmonies of #BDE1C0
Complementary color
Monochromatic Colors of #BDE1C0
Black with #BDE1C0
Text Example
Text Example
White with #BDE1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE1C0; }
p { color: rgb(189,225,192); }
H1.HeaderClassName
{
color: #BDE1C0;
}
.AnyTagClassName
{
color: #BDE1C0;
}
</style>
background-color css
<style>
a { background-color: #BDE1C0; }
a { background-color: rgb(189,225,192); }
div.DivClassName
{
background-color: #BDE1C0;
}
.BgClassName
{
background-color: #BDE1C0;
}
</style>
border-color css
<style>
span { border-color: #BDE1C0; }
span { border-color: rgb(189,225,192); }
td.TdClassName
{
border-color: #BDE1C0;
}
.TagClassName
{
border-color: #BDE1C0;
}
</style>