Shades of Fringy Flower #BBDFBD
Tints of Fringy Flower #BBDFBD
RGB
CMYK
RGB Variations
Color information
#BBDFBD (or 0xBBDFBD) is known color: Fringy Flower. HEX triplet: BB, DF and BD. RGB value is (187,223,189). Sum of RGB (Red+Green+Blue) = 187+223+189=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 189 (74.22% from 255 or 31.55% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFBD is #442042. Grayscale: #D0D0D0. Windows color (decimal): -4464707 or 12443579. OLE color: 12443579.
HSL color Cylindrical-coordinate representation of color #BBDFBD: hue angle of 123.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFBD is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 189 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.13 |
| HSL | 123.33º | 0.36% | 0.8% | - |
| HSV(B) | 123.33º | 0.16% | 0.87% | - |
| XYZ | 56.07 | 67.01 | 58.12 | - |
| YUV | 208.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 189 | 0.16 | 0 | 0.15 | 0.13 | 123.33 | 0.36 | 0.8 |
| Hex | BB | DF | BD | 10 | 0 | F | D | 7B | 24 | 50 |
| Octal | 273 | 337 | 275 | 20 | 0 | 17 | 15 | 173 | 44 | 120 |
| Binary | 10111011 | 11011111 | 10111101 | 10000 | 0 | 1111 | 1101 | 1111011 | 100100 | 1010000 |
Color Harmonies of #BBDFBD
Complementary color
Monochromatic Colors of #BBDFBD
Black with #BBDFBD
Text Example
Text Example
White with #BBDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFBD; }
p { color: rgb(187,223,189); }
H1.HeaderClassName
{
color: #BBDFBD;
}
.AnyTagClassName
{
color: #BBDFBD;
}
</style>
background-color css
<style>
a { background-color: #BBDFBD; }
a { background-color: rgb(187,223,189); }
div.DivClassName
{
background-color: #BBDFBD;
}
.BgClassName
{
background-color: #BBDFBD;
}
</style>
border-color css
<style>
span { border-color: #BBDFBD; }
span { border-color: rgb(187,223,189); }
td.TdClassName
{
border-color: #BBDFBD;
}
.TagClassName
{
border-color: #BBDFBD;
}
</style>