Shades of Fringy Flower #BDF0BF
Tints of Fringy Flower #BDF0BF
RGB
CMYK
RGB Variations
Color information
#BDF0BF (or 0xBDF0BF) is known color: Fringy Flower. HEX triplet: BD, F0 and BF. RGB value is (189,240,191). Sum of RGB (Red+Green+Blue) = 189+240+191=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0BF is #420F40. Grayscale: #DBDBDB. Windows color (decimal): -4329281 or 12579005. OLE color: 12579005.
HSL color Cylindrical-coordinate representation of color #BDF0BF: hue angle of 122.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0BF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 191 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.06 |
| HSL | 122.35º | 0.63% | 0.84% | - |
| HSV(B) | 122.35º | 0.21% | 0.94% | - |
| XYZ | 61.55 | 76.9 | 60.89 | - |
| YUV | 219.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 191 | 0.21 | 0 | 0.20 | 0.06 | 122.35 | 0.63 | 0.84 |
| Hex | BD | F0 | BF | 15 | 0 | 14 | 6 | 7A | 3F | 54 |
| Octal | 275 | 360 | 277 | 25 | 0 | 24 | 6 | 172 | 77 | 124 |
| Binary | 10111101 | 11110000 | 10111111 | 10101 | 0 | 10100 | 110 | 1111010 | 111111 | 1010100 |
Color Harmonies of #BDF0BF
Complementary color
Monochromatic Colors of #BDF0BF
Black with #BDF0BF
Text Example
Text Example
White with #BDF0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0BF; }
p { color: rgb(189,240,191); }
H1.HeaderClassName
{
color: #BDF0BF;
}
.AnyTagClassName
{
color: #BDF0BF;
}
</style>
background-color css
<style>
a { background-color: #BDF0BF; }
a { background-color: rgb(189,240,191); }
div.DivClassName
{
background-color: #BDF0BF;
}
.BgClassName
{
background-color: #BDF0BF;
}
</style>
border-color css
<style>
span { border-color: #BDF0BF; }
span { border-color: rgb(189,240,191); }
td.TdClassName
{
border-color: #BDF0BF;
}
.TagClassName
{
border-color: #BDF0BF;
}
</style>