Shades of Fringy Flower #BDFFBC
Tints of Fringy Flower #BDFFBC
RGB
CMYK
RGB Variations
Color information
#BDFFBC (or 0xBDFFBC) is known color: Fringy Flower. HEX triplet: BD, FF and BC. RGB value is (189,255,188). Sum of RGB (Red+Green+Blue) = 189+255+188=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFFBC is #420043. Grayscale: #E3E3E3. Windows color (decimal): -4325444 or 12386237. OLE color: 12386237.
HSL color Cylindrical-coordinate representation of color #BDFFBC: hue angle of 119.1º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDFFBC is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 255 | 188 | - |
| CMYK | 0.26 | 0 | 0.26 | 0 |
| HSL | 119.1º | 1% | 0.87% | - |
| HSV(B) | 119.1º | 0.26% | 1% | - |
| XYZ | 65.82 | 85.97 | 60.7 | - |
| YUV | 227.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 255 | 188 | 0.26 | 0 | 0.26 | 0 | 119.1 | 1 | 0.87 |
| Hex | BD | FF | BC | 1A | 0 | 1A | 0 | 77 | 64 | 57 |
| Octal | 275 | 377 | 274 | 32 | 0 | 32 | 0 | 167 | 144 | 127 |
| Binary | 10111101 | 11111111 | 10111100 | 11010 | 0 | 11010 | 0 | 1110111 | 1100100 | 1010111 |
Color Harmonies of #BDFFBC
Complementary color
Monochromatic Colors of #BDFFBC
Black with #BDFFBC
Text Example
Text Example
White with #BDFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFFBC; }
p { color: rgb(189,255,188); }
H1.HeaderClassName
{
color: #BDFFBC;
}
.AnyTagClassName
{
color: #BDFFBC;
}
</style>
background-color css
<style>
a { background-color: #BDFFBC; }
a { background-color: rgb(189,255,188); }
div.DivClassName
{
background-color: #BDFFBC;
}
.BgClassName
{
background-color: #BDFFBC;
}
</style>
border-color css
<style>
span { border-color: #BDFFBC; }
span { border-color: rgb(189,255,188); }
td.TdClassName
{
border-color: #BDFFBC;
}
.TagClassName
{
border-color: #BDFFBC;
}
</style>