Shades of Fringy Flower #BDE2C1
Tints of Fringy Flower #BDE2C1
RGB
CMYK
RGB Variations
Color information
#BDE2C1 (or 0xBDE2C1) is known color: Fringy Flower. HEX triplet: BD, E2 and C1. RGB value is (189,226,193). Sum of RGB (Red+Green+Blue) = 189+226+193=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE2C1 is #421D3E. Grayscale: #D3D3D3. Windows color (decimal): -4332863 or 12706493. OLE color: 12706493.
HSL color Cylindrical-coordinate representation of color #BDE2C1: hue angle of 126.49º 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 #BDE2C1 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 193 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.11 |
| HSL | 126.49º | 0.39% | 0.81% | - |
| HSV(B) | 126.49º | 0.16% | 0.89% | - |
| XYZ | 57.81 | 69.06 | 60.74 | - |
| YUV | 211.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 193 | 0.16 | 0 | 0.15 | 0.11 | 126.49 | 0.39 | 0.81 |
| Hex | BD | E2 | C1 | 10 | 0 | F | B | 7E | 27 | 51 |
| Octal | 275 | 342 | 301 | 20 | 0 | 17 | 13 | 176 | 47 | 121 |
| Binary | 10111101 | 11100010 | 11000001 | 10000 | 0 | 1111 | 1011 | 1111110 | 100111 | 1010001 |
Color Harmonies of #BDE2C1
Complementary color
Monochromatic Colors of #BDE2C1
Black with #BDE2C1
Text Example
Text Example
White with #BDE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE2C1; }
p { color: rgb(189,226,193); }
H1.HeaderClassName
{
color: #BDE2C1;
}
.AnyTagClassName
{
color: #BDE2C1;
}
</style>
background-color css
<style>
a { background-color: #BDE2C1; }
a { background-color: rgb(189,226,193); }
div.DivClassName
{
background-color: #BDE2C1;
}
.BgClassName
{
background-color: #BDE2C1;
}
</style>
border-color css
<style>
span { border-color: #BDE2C1; }
span { border-color: rgb(189,226,193); }
td.TdClassName
{
border-color: #BDE2C1;
}
.TagClassName
{
border-color: #BDE2C1;
}
</style>