Shades of Fringy Flower #BDF0BC
Tints of Fringy Flower #BDF0BC
RGB
CMYK
RGB Variations
Color information
#BDF0BC (or 0xBDF0BC) is known color: Fringy Flower. HEX triplet: BD, F0 and BC. RGB value is (189,240,188). Sum of RGB (Red+Green+Blue) = 189+240+188=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BC is #420F43. Grayscale: #DADADA. Windows color (decimal): -4329284 or 12382397. OLE color: 12382397.
HSL color Cylindrical-coordinate representation of color #BDF0BC: hue angle of 118.85º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF0BC is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 188 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.06 |
| HSL | 118.85º | 0.63% | 0.84% | - |
| HSV(B) | 118.85º | 0.22% | 0.94% | - |
| XYZ | 61.22 | 76.77 | 59.17 | - |
| YUV | 218.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 188 | 0.21 | 0 | 0.22 | 0.06 | 118.85 | 0.63 | 0.84 |
| Hex | BD | F0 | BC | 15 | 0 | 16 | 6 | 77 | 3F | 54 |
| Octal | 275 | 360 | 274 | 25 | 0 | 26 | 6 | 167 | 77 | 124 |
| Binary | 10111101 | 11110000 | 10111100 | 10101 | 0 | 10110 | 110 | 1110111 | 111111 | 1010100 |
Color Harmonies of #BDF0BC
Complementary color
Monochromatic Colors of #BDF0BC
Black with #BDF0BC
Text Example
Text Example
White with #BDF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0BC; }
p { color: rgb(189,240,188); }
H1.HeaderClassName
{
color: #BDF0BC;
}
.AnyTagClassName
{
color: #BDF0BC;
}
</style>
background-color css
<style>
a { background-color: #BDF0BC; }
a { background-color: rgb(189,240,188); }
div.DivClassName
{
background-color: #BDF0BC;
}
.BgClassName
{
background-color: #BDF0BC;
}
</style>
border-color css
<style>
span { border-color: #BDF0BC; }
span { border-color: rgb(189,240,188); }
td.TdClassName
{
border-color: #BDF0BC;
}
.TagClassName
{
border-color: #BDF0BC;
}
</style>