Shades of Fringy Flower #BDE4BC
Tints of Fringy Flower #BDE4BC
RGB
CMYK
RGB Variations
Color information
#BDE4BC (or 0xBDE4BC) is known color: Fringy Flower. HEX triplet: BD, E4 and BC. RGB value is (189,228,188). Sum of RGB (Red+Green+Blue) = 189+228+188=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4BC is #421B43. Grayscale: #D3D3D3. Windows color (decimal): -4332356 or 12379325. OLE color: 12379325.
HSL color Cylindrical-coordinate representation of color #BDE4BC: hue angle of 118.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE4BC is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 188 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.11 |
| HSL | 118.5º | 0.43% | 0.82% | - |
| HSV(B) | 118.5º | 0.18% | 0.89% | - |
| XYZ | 57.81 | 69.94 | 58.03 | - |
| YUV | 211.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 188 | 0.17 | 0 | 0.18 | 0.11 | 118.5 | 0.43 | 0.82 |
| Hex | BD | E4 | BC | 11 | 0 | 12 | B | 76 | 2B | 52 |
| Octal | 275 | 344 | 274 | 21 | 0 | 22 | 13 | 166 | 53 | 122 |
| Binary | 10111101 | 11100100 | 10111100 | 10001 | 0 | 10010 | 1011 | 1110110 | 101011 | 1010010 |
Color Harmonies of #BDE4BC
Complementary color
Monochromatic Colors of #BDE4BC
Black with #BDE4BC
Text Example
Text Example
White with #BDE4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4BC; }
p { color: rgb(189,228,188); }
H1.HeaderClassName
{
color: #BDE4BC;
}
.AnyTagClassName
{
color: #BDE4BC;
}
</style>
background-color css
<style>
a { background-color: #BDE4BC; }
a { background-color: rgb(189,228,188); }
div.DivClassName
{
background-color: #BDE4BC;
}
.BgClassName
{
background-color: #BDE4BC;
}
</style>
border-color css
<style>
span { border-color: #BDE4BC; }
span { border-color: rgb(189,228,188); }
td.TdClassName
{
border-color: #BDE4BC;
}
.TagClassName
{
border-color: #BDE4BC;
}
</style>