Shades of Fringy Flower #BDF0BB
Tints of Fringy Flower #BDF0BB
RGB
CMYK
RGB Variations
Color information
#BDF0BB (or 0xBDF0BB) is known color: Fringy Flower. HEX triplet: BD, F0 and BB. RGB value is (189,240,187). Sum of RGB (Red+Green+Blue) = 189+240+187=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BB is #420F44. Grayscale: #DADADA. Windows color (decimal): -4329285 or 12316861. OLE color: 12316861.
HSL color Cylindrical-coordinate representation of color #BDF0BB: hue angle of 117.74º degrees, saturation: 0.64, 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 #BDF0BB is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 187 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.06 |
| HSL | 117.74º | 0.64% | 0.84% | - |
| HSV(B) | 117.74º | 0.22% | 0.94% | - |
| XYZ | 61.12 | 76.73 | 58.6 | - |
| YUV | 218.71 | 110.1 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 187 | 0.21 | 0 | 0.22 | 0.06 | 117.74 | 0.64 | 0.84 |
| Hex | BD | F0 | BB | 15 | 0 | 16 | 6 | 76 | 40 | 54 |
| Octal | 275 | 360 | 273 | 25 | 0 | 26 | 6 | 166 | 100 | 124 |
| Binary | 10111101 | 11110000 | 10111011 | 10101 | 0 | 10110 | 110 | 1110110 | 1000000 | 1010100 |
Color Harmonies of #BDF0BB
Complementary color
Monochromatic Colors of #BDF0BB
Black with #BDF0BB
Text Example
Text Example
White with #BDF0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0BB; }
p { color: rgb(189,240,187); }
H1.HeaderClassName
{
color: #BDF0BB;
}
.AnyTagClassName
{
color: #BDF0BB;
}
</style>
background-color css
<style>
a { background-color: #BDF0BB; }
a { background-color: rgb(189,240,187); }
div.DivClassName
{
background-color: #BDF0BB;
}
.BgClassName
{
background-color: #BDF0BB;
}
</style>
border-color css
<style>
span { border-color: #BDF0BB; }
span { border-color: rgb(189,240,187); }
td.TdClassName
{
border-color: #BDF0BB;
}
.TagClassName
{
border-color: #BDF0BB;
}
</style>