Shades of Fringy Flower #BDE3C1
Tints of Fringy Flower #BDE3C1
RGB
CMYK
RGB Variations
Color information
#BDE3C1 (or 0xBDE3C1) is known color: Fringy Flower. HEX triplet: BD, E3 and C1. RGB value is (189,227,193). Sum of RGB (Red+Green+Blue) = 189+227+193=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 227 (89.06% from 255 or 37.27% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3C1 is #421C3E. Grayscale: #D3D3D3. Windows color (decimal): -4332607 or 12706749. OLE color: 12706749.
HSL color Cylindrical-coordinate representation of color #BDE3C1: hue angle of 126.32º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3C1 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 193 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.11 |
| HSL | 126.32º | 0.4% | 0.82% | - |
| HSV(B) | 126.32º | 0.17% | 0.89% | - |
| XYZ | 58.08 | 69.61 | 60.83 | - |
| YUV | 211.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 193 | 0.17 | 0 | 0.15 | 0.11 | 126.32 | 0.4 | 0.82 |
| Hex | BD | E3 | C1 | 11 | 0 | F | B | 7E | 28 | 52 |
| Octal | 275 | 343 | 301 | 21 | 0 | 17 | 13 | 176 | 50 | 122 |
| Binary | 10111101 | 11100011 | 11000001 | 10001 | 0 | 1111 | 1011 | 1111110 | 101000 | 1010010 |
Color Harmonies of #BDE3C1
Complementary color
Monochromatic Colors of #BDE3C1
Black with #BDE3C1
Text Example
Text Example
White with #BDE3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3C1; }
p { color: rgb(189,227,193); }
H1.HeaderClassName
{
color: #BDE3C1;
}
.AnyTagClassName
{
color: #BDE3C1;
}
</style>
background-color css
<style>
a { background-color: #BDE3C1; }
a { background-color: rgb(189,227,193); }
div.DivClassName
{
background-color: #BDE3C1;
}
.BgClassName
{
background-color: #BDE3C1;
}
</style>
border-color css
<style>
span { border-color: #BDE3C1; }
span { border-color: rgb(189,227,193); }
td.TdClassName
{
border-color: #BDE3C1;
}
.TagClassName
{
border-color: #BDE3C1;
}
</style>