Shades of Fringy Flower #BDFBBB
Tints of Fringy Flower #BDFBBB
RGB
CMYK
RGB Variations
Color information
#BDFBBB (or 0xBDFBBB) is known color: Fringy Flower. HEX triplet: BD, FB and BB. RGB value is (189,251,187). Sum of RGB (Red+Green+Blue) = 189+251+187=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBBB is #420444. Grayscale: #E1E1E1. Windows color (decimal): -4326469 or 12319677. OLE color: 12319677.
HSL color Cylindrical-coordinate representation of color #BDFBBB: hue angle of 118.12º degrees, saturation: 0.89, 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 #BDFBBB is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 187 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 118.13º | 0.89% | 0.86% | - |
| HSV(B) | 118.13º | 0.25% | 0.98% | - |
| XYZ | 64.45 | 83.4 | 59.71 | - |
| YUV | 225.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 187 | 0.25 | 0 | 0.25 | 0.02 | 118.13 | 0.89 | 0.86 |
| Hex | BD | FB | BB | 19 | 0 | 19 | 2 | 76 | 59 | 56 |
| Octal | 275 | 373 | 273 | 31 | 0 | 31 | 2 | 166 | 131 | 126 |
| Binary | 10111101 | 11111011 | 10111011 | 11001 | 0 | 11001 | 10 | 1110110 | 1011001 | 1010110 |
Color Harmonies of #BDFBBB
Complementary color
Monochromatic Colors of #BDFBBB
Black with #BDFBBB
Text Example
Text Example
White with #BDFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBBB; }
p { color: rgb(189,251,187); }
H1.HeaderClassName
{
color: #BDFBBB;
}
.AnyTagClassName
{
color: #BDFBBB;
}
</style>
background-color css
<style>
a { background-color: #BDFBBB; }
a { background-color: rgb(189,251,187); }
div.DivClassName
{
background-color: #BDFBBB;
}
.BgClassName
{
background-color: #BDFBBB;
}
</style>
border-color css
<style>
span { border-color: #BDFBBB; }
span { border-color: rgb(189,251,187); }
td.TdClassName
{
border-color: #BDFBBB;
}
.TagClassName
{
border-color: #BDFBBB;
}
</style>