Shades of Fringy Flower #BBDFBE
Tints of Fringy Flower #BBDFBE
RGB
CMYK
RGB Variations
Color information
#BBDFBE (or 0xBBDFBE) is known color: Fringy Flower. HEX triplet: BB, DF and BE. RGB value is (187,223,190). Sum of RGB (Red+Green+Blue) = 187+223+190=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 190 (74.61% from 255 or 31.67% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFBE is #442041. Grayscale: #D0D0D0. Windows color (decimal): -4464706 or 12509115. OLE color: 12509115.
HSL color Cylindrical-coordinate representation of color #BBDFBE: hue angle of 125º 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 #BBDFBE is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 190 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.13 |
| HSL | 125º | 0.36% | 0.8% | - |
| HSV(B) | 125º | 0.16% | 0.87% | - |
| XYZ | 56.18 | 67.06 | 58.7 | - |
| YUV | 208.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 190 | 0.16 | 0 | 0.15 | 0.13 | 125 | 0.36 | 0.8 |
| Hex | BB | DF | BE | 10 | 0 | F | D | 7D | 24 | 50 |
| Octal | 273 | 337 | 276 | 20 | 0 | 17 | 15 | 175 | 44 | 120 |
| Binary | 10111011 | 11011111 | 10111110 | 10000 | 0 | 1111 | 1101 | 1111101 | 100100 | 1010000 |
Color Harmonies of #BBDFBE
Complementary color
Monochromatic Colors of #BBDFBE
Black with #BBDFBE
Text Example
Text Example
White with #BBDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFBE; }
p { color: rgb(187,223,190); }
H1.HeaderClassName
{
color: #BBDFBE;
}
.AnyTagClassName
{
color: #BBDFBE;
}
</style>
background-color css
<style>
a { background-color: #BBDFBE; }
a { background-color: rgb(187,223,190); }
div.DivClassName
{
background-color: #BBDFBE;
}
.BgClassName
{
background-color: #BBDFBE;
}
</style>
border-color css
<style>
span { border-color: #BBDFBE; }
span { border-color: rgb(187,223,190); }
td.TdClassName
{
border-color: #BBDFBE;
}
.TagClassName
{
border-color: #BBDFBE;
}
</style>