Shades of Fringy Flower #BBFDBD
Tints of Fringy Flower #BBFDBD
RGB
CMYK
RGB Variations
Color information
#BBFDBD (or 0xBBFDBD) is known color: Fringy Flower. HEX triplet: BB, FD and BD. RGB value is (187,253,189). Sum of RGB (Red+Green+Blue) = 187+253+189=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDBD is #440242. Grayscale: #E2E2E2. Windows color (decimal): -4457027 or 12451259. OLE color: 12451259.
HSL color Cylindrical-coordinate representation of color #BBFDBD: hue angle of 121.82º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDBD is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 189 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.01 |
| HSL | 121.82º | 0.94% | 0.86% | - |
| HSV(B) | 121.82º | 0.26% | 0.99% | - |
| XYZ | 64.8 | 84.49 | 61.04 | - |
| YUV | 225.97 | 107.13 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 189 | 0.26 | 0 | 0.25 | 0.01 | 121.82 | 0.94 | 0.86 |
| Hex | BB | FD | BD | 1A | 0 | 19 | 1 | 7A | 5E | 56 |
| Octal | 273 | 375 | 275 | 32 | 0 | 31 | 1 | 172 | 136 | 126 |
| Binary | 10111011 | 11111101 | 10111101 | 11010 | 0 | 11001 | 1 | 1111010 | 1011110 | 1010110 |
Color Harmonies of #BBFDBD
Complementary color
Monochromatic Colors of #BBFDBD
Black with #BBFDBD
Text Example
Text Example
White with #BBFDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDBD; }
p { color: rgb(187,253,189); }
H1.HeaderClassName
{
color: #BBFDBD;
}
.AnyTagClassName
{
color: #BBFDBD;
}
</style>
background-color css
<style>
a { background-color: #BBFDBD; }
a { background-color: rgb(187,253,189); }
div.DivClassName
{
background-color: #BBFDBD;
}
.BgClassName
{
background-color: #BBFDBD;
}
</style>
border-color css
<style>
span { border-color: #BBFDBD; }
span { border-color: rgb(187,253,189); }
td.TdClassName
{
border-color: #BBFDBD;
}
.TagClassName
{
border-color: #BBFDBD;
}
</style>