Shades of Fringy Flower #BDF4BC
Tints of Fringy Flower #BDF4BC
RGB
CMYK
RGB Variations
Color information
#BDF4BC (or 0xBDF4BC) is known color: Fringy Flower. HEX triplet: BD, F4 and BC. RGB value is (189,244,188). Sum of RGB (Red+Green+Blue) = 189+244+188=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4BC is #420B43. Grayscale: #DDDDDD. Windows color (decimal): -4328260 or 12383421. OLE color: 12383421.
HSL color Cylindrical-coordinate representation of color #BDF4BC: hue angle of 118.93º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4BC is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 188 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.04 |
| HSL | 118.93º | 0.72% | 0.85% | - |
| HSV(B) | 118.93º | 0.23% | 0.96% | - |
| XYZ | 62.41 | 79.15 | 59.57 | - |
| YUV | 221.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 188 | 0.23 | 0 | 0.23 | 0.04 | 118.93 | 0.72 | 0.85 |
| Hex | BD | F4 | BC | 17 | 0 | 17 | 4 | 77 | 48 | 55 |
| Octal | 275 | 364 | 274 | 27 | 0 | 27 | 4 | 167 | 110 | 125 |
| Binary | 10111101 | 11110100 | 10111100 | 10111 | 0 | 10111 | 100 | 1110111 | 1001000 | 1010101 |
Color Harmonies of #BDF4BC
Complementary color
Monochromatic Colors of #BDF4BC
Black with #BDF4BC
Text Example
Text Example
White with #BDF4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4BC; }
p { color: rgb(189,244,188); }
H1.HeaderClassName
{
color: #BDF4BC;
}
.AnyTagClassName
{
color: #BDF4BC;
}
</style>
background-color css
<style>
a { background-color: #BDF4BC; }
a { background-color: rgb(189,244,188); }
div.DivClassName
{
background-color: #BDF4BC;
}
.BgClassName
{
background-color: #BDF4BC;
}
</style>
border-color css
<style>
span { border-color: #BDF4BC; }
span { border-color: rgb(189,244,188); }
td.TdClassName
{
border-color: #BDF4BC;
}
.TagClassName
{
border-color: #BDF4BC;
}
</style>