Shades of Fringy Flower #BBEDB9
Tints of Fringy Flower #BBEDB9
RGB
CMYK
RGB Variations
Color information
#BBEDB9 (or 0xBBEDB9) is known color: Fringy Flower. HEX triplet: BB, ED and B9. RGB value is (187,237,185). Sum of RGB (Red+Green+Blue) = 187+237+185=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDB9 is #441246. Grayscale: #D8D8D8. Windows color (decimal): -4461127 or 12185019. OLE color: 12185019.
HSL color Cylindrical-coordinate representation of color #BBEDB9: hue angle of 117.69º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEDB9 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 185 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.07 |
| HSL | 117.69º | 0.59% | 0.83% | - |
| HSV(B) | 117.69º | 0.22% | 0.93% | - |
| XYZ | 59.53 | 74.64 | 57.17 | - |
| YUV | 216.12 | 110.44 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 185 | 0.21 | 0 | 0.22 | 0.07 | 117.69 | 0.59 | 0.83 |
| Hex | BB | ED | B9 | 15 | 0 | 16 | 7 | 76 | 3B | 53 |
| Octal | 273 | 355 | 271 | 25 | 0 | 26 | 7 | 166 | 73 | 123 |
| Binary | 10111011 | 11101101 | 10111001 | 10101 | 0 | 10110 | 111 | 1110110 | 111011 | 1010011 |
Color Harmonies of #BBEDB9
Complementary color
Monochromatic Colors of #BBEDB9
Black with #BBEDB9
Text Example
Text Example
White with #BBEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDB9; }
p { color: rgb(187,237,185); }
H1.HeaderClassName
{
color: #BBEDB9;
}
.AnyTagClassName
{
color: #BBEDB9;
}
</style>
background-color css
<style>
a { background-color: #BBEDB9; }
a { background-color: rgb(187,237,185); }
div.DivClassName
{
background-color: #BBEDB9;
}
.BgClassName
{
background-color: #BBEDB9;
}
</style>
border-color css
<style>
span { border-color: #BBEDB9; }
span { border-color: rgb(187,237,185); }
td.TdClassName
{
border-color: #BBEDB9;
}
.TagClassName
{
border-color: #BBEDB9;
}
</style>