Shades of Fringy Flower #BDE5C1
Tints of Fringy Flower #BDE5C1
RGB
CMYK
RGB Variations
Color information
#BDE5C1 (or 0xBDE5C1) is known color: Fringy Flower. HEX triplet: BD, E5 and C1. RGB value is (189,229,193). Sum of RGB (Red+Green+Blue) = 189+229+193=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #BDE5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE5C1 is #421A3E. Grayscale: #D5D5D5. Windows color (decimal): -4332095 or 12707261. OLE color: 12707261.
HSL color Cylindrical-coordinate representation of color #BDE5C1: hue angle of 126º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE5C1 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 229 | 193 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.10 |
| HSL | 126º | 0.43% | 0.82% | - |
| HSV(B) | 126º | 0.17% | 0.9% | - |
| XYZ | 58.63 | 70.71 | 61.01 | - |
| YUV | 212.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 229 | 193 | 0.17 | 0 | 0.16 | 0.10 | 126 | 0.43 | 0.82 |
| Hex | BD | E5 | C1 | 11 | 0 | 10 | A | 7E | 2B | 52 |
| Octal | 275 | 345 | 301 | 21 | 0 | 20 | 12 | 176 | 53 | 122 |
| Binary | 10111101 | 11100101 | 11000001 | 10001 | 0 | 10000 | 1010 | 1111110 | 101011 | 1010010 |
Color Harmonies of #BDE5C1
Complementary color
Monochromatic Colors of #BDE5C1
Black with #BDE5C1
Text Example
Text Example
White with #BDE5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE5C1; }
p { color: rgb(189,229,193); }
H1.HeaderClassName
{
color: #BDE5C1;
}
.AnyTagClassName
{
color: #BDE5C1;
}
</style>
background-color css
<style>
a { background-color: #BDE5C1; }
a { background-color: rgb(189,229,193); }
div.DivClassName
{
background-color: #BDE5C1;
}
.BgClassName
{
background-color: #BDE5C1;
}
</style>
border-color css
<style>
span { border-color: #BDE5C1; }
span { border-color: rgb(189,229,193); }
td.TdClassName
{
border-color: #BDE5C1;
}
.TagClassName
{
border-color: #BDE5C1;
}
</style>