Shades of Fringy Flower #BDE6BC
Tints of Fringy Flower #BDE6BC
RGB
CMYK
RGB Variations
Color information
#BDE6BC (or 0xBDE6BC) is known color: Fringy Flower. HEX triplet: BD, E6 and BC. RGB value is (189,230,188). Sum of RGB (Red+Green+Blue) = 189+230+188=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BC is #421943. Grayscale: #D5D5D5. Windows color (decimal): -4331844 or 12379837. OLE color: 12379837.
HSL color Cylindrical-coordinate representation of color #BDE6BC: hue angle of 118.57º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6BC is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 188 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.10 |
| HSL | 118.57º | 0.46% | 0.82% | - |
| HSV(B) | 118.57º | 0.18% | 0.9% | - |
| XYZ | 58.36 | 71.04 | 58.21 | - |
| YUV | 212.95 | 113.92 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 188 | 0.18 | 0 | 0.18 | 0.10 | 118.57 | 0.46 | 0.82 |
| Hex | BD | E6 | BC | 12 | 0 | 12 | A | 77 | 2E | 52 |
| Octal | 275 | 346 | 274 | 22 | 0 | 22 | 12 | 167 | 56 | 122 |
| Binary | 10111101 | 11100110 | 10111100 | 10010 | 0 | 10010 | 1010 | 1110111 | 101110 | 1010010 |
Color Harmonies of #BDE6BC
Complementary color
Monochromatic Colors of #BDE6BC
Black with #BDE6BC
Text Example
Text Example
White with #BDE6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6BC; }
p { color: rgb(189,230,188); }
H1.HeaderClassName
{
color: #BDE6BC;
}
.AnyTagClassName
{
color: #BDE6BC;
}
</style>
background-color css
<style>
a { background-color: #BDE6BC; }
a { background-color: rgb(189,230,188); }
div.DivClassName
{
background-color: #BDE6BC;
}
.BgClassName
{
background-color: #BDE6BC;
}
</style>
border-color css
<style>
span { border-color: #BDE6BC; }
span { border-color: rgb(189,230,188); }
td.TdClassName
{
border-color: #BDE6BC;
}
.TagClassName
{
border-color: #BDE6BC;
}
</style>