Shades of Fringy Flower #BDF2BC
Tints of Fringy Flower #BDF2BC
RGB
CMYK
RGB Variations
Color information
#BDF2BC (or 0xBDF2BC) is known color: Fringy Flower. HEX triplet: BD, F2 and BC. RGB value is (189,242,188). Sum of RGB (Red+Green+Blue) = 189+242+188=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2BC is #420D43. Grayscale: #DCDCDC. Windows color (decimal): -4328772 or 12382909. OLE color: 12382909.
HSL color Cylindrical-coordinate representation of color #BDF2BC: hue angle of 118.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2BC is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 188 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.05 |
| HSL | 118.89º | 0.68% | 0.84% | - |
| HSV(B) | 118.89º | 0.22% | 0.95% | - |
| XYZ | 61.82 | 77.95 | 59.37 | - |
| YUV | 220 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 188 | 0.22 | 0 | 0.22 | 0.05 | 118.89 | 0.68 | 0.84 |
| Hex | BD | F2 | BC | 16 | 0 | 16 | 5 | 77 | 44 | 54 |
| Octal | 275 | 362 | 274 | 26 | 0 | 26 | 5 | 167 | 104 | 124 |
| Binary | 10111101 | 11110010 | 10111100 | 10110 | 0 | 10110 | 101 | 1110111 | 1000100 | 1010100 |
Color Harmonies of #BDF2BC
Complementary color
Monochromatic Colors of #BDF2BC
Black with #BDF2BC
Text Example
Text Example
White with #BDF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF2BC; }
p { color: rgb(189,242,188); }
H1.HeaderClassName
{
color: #BDF2BC;
}
.AnyTagClassName
{
color: #BDF2BC;
}
</style>
background-color css
<style>
a { background-color: #BDF2BC; }
a { background-color: rgb(189,242,188); }
div.DivClassName
{
background-color: #BDF2BC;
}
.BgClassName
{
background-color: #BDF2BC;
}
</style>
border-color css
<style>
span { border-color: #BDF2BC; }
span { border-color: rgb(189,242,188); }
td.TdClassName
{
border-color: #BDF2BC;
}
.TagClassName
{
border-color: #BDF2BC;
}
</style>