Shades of Fringy Flower #BDF3BC
Tints of Fringy Flower #BDF3BC
RGB
CMYK
RGB Variations
Color information
#BDF3BC (or 0xBDF3BC) is known color: Fringy Flower. HEX triplet: BD, F3 and BC. RGB value is (189,243,188). Sum of RGB (Red+Green+Blue) = 189+243+188=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3BC is #420C43. Grayscale: #DCDCDC. Windows color (decimal): -4328516 or 12383165. OLE color: 12383165.
HSL color Cylindrical-coordinate representation of color #BDF3BC: hue angle of 118.91º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF3BC is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 243 | 188 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.05 |
| HSL | 118.91º | 0.7% | 0.85% | - |
| HSV(B) | 118.91º | 0.23% | 0.95% | - |
| XYZ | 62.11 | 78.55 | 59.47 | - |
| YUV | 220.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 188 | 0.22 | 0 | 0.23 | 0.05 | 118.91 | 0.7 | 0.85 |
| Hex | BD | F3 | BC | 16 | 0 | 17 | 5 | 77 | 46 | 55 |
| Octal | 275 | 363 | 274 | 26 | 0 | 27 | 5 | 167 | 106 | 125 |
| Binary | 10111101 | 11110011 | 10111100 | 10110 | 0 | 10111 | 101 | 1110111 | 1000110 | 1010101 |
Color Harmonies of #BDF3BC
Complementary color
Monochromatic Colors of #BDF3BC
Black with #BDF3BC
Text Example
Text Example
White with #BDF3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3BC; }
p { color: rgb(189,243,188); }
H1.HeaderClassName
{
color: #BDF3BC;
}
.AnyTagClassName
{
color: #BDF3BC;
}
</style>
background-color css
<style>
a { background-color: #BDF3BC; }
a { background-color: rgb(189,243,188); }
div.DivClassName
{
background-color: #BDF3BC;
}
.BgClassName
{
background-color: #BDF3BC;
}
</style>
border-color css
<style>
span { border-color: #BDF3BC; }
span { border-color: rgb(189,243,188); }
td.TdClassName
{
border-color: #BDF3BC;
}
.TagClassName
{
border-color: #BDF3BC;
}
</style>