Shades of Fringy Flower #BDFABB
Tints of Fringy Flower #BDFABB
RGB
CMYK
RGB Variations
Color information
#BDFABB (or 0xBDFABB) is known color: Fringy Flower. HEX triplet: BD, FA and BB. RGB value is (189,250,187). Sum of RGB (Red+Green+Blue) = 189+250+187=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFABB is #420544. Grayscale: #E0E0E0. Windows color (decimal): -4326725 or 12319421. OLE color: 12319421.
HSL color Cylindrical-coordinate representation of color #BDFABB: hue angle of 118.1º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFABB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 187 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.02 |
| HSL | 118.1º | 0.86% | 0.86% | - |
| HSV(B) | 118.1º | 0.25% | 0.98% | - |
| XYZ | 64.14 | 82.78 | 59.61 | - |
| YUV | 224.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 187 | 0.24 | 0 | 0.25 | 0.02 | 118.1 | 0.86 | 0.86 |
| Hex | BD | FA | BB | 18 | 0 | 19 | 2 | 76 | 56 | 56 |
| Octal | 275 | 372 | 273 | 30 | 0 | 31 | 2 | 166 | 126 | 126 |
| Binary | 10111101 | 11111010 | 10111011 | 11000 | 0 | 11001 | 10 | 1110110 | 1010110 | 1010110 |
Color Harmonies of #BDFABB
Complementary color
Monochromatic Colors of #BDFABB
Black with #BDFABB
Text Example
Text Example
White with #BDFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFABB; }
p { color: rgb(189,250,187); }
H1.HeaderClassName
{
color: #BDFABB;
}
.AnyTagClassName
{
color: #BDFABB;
}
</style>
background-color css
<style>
a { background-color: #BDFABB; }
a { background-color: rgb(189,250,187); }
div.DivClassName
{
background-color: #BDFABB;
}
.BgClassName
{
background-color: #BDFABB;
}
</style>
border-color css
<style>
span { border-color: #BDFABB; }
span { border-color: rgb(189,250,187); }
td.TdClassName
{
border-color: #BDFABB;
}
.TagClassName
{
border-color: #BDFABB;
}
</style>