Shades of Fringy Flower #BBEDBD
Tints of Fringy Flower #BBEDBD
RGB
CMYK
RGB Variations
Color information
#BBEDBD (or 0xBBEDBD) is known color: Fringy Flower. HEX triplet: BB, ED and BD. RGB value is (187,237,189). Sum of RGB (Red+Green+Blue) = 187+237+189=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDBD is #441242. Grayscale: #D8D8D8. Windows color (decimal): -4461123 or 12447163. OLE color: 12447163.
HSL color Cylindrical-coordinate representation of color #BBEDBD: hue angle of 122.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDBD is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 189 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.07 |
| HSL | 122.4º | 0.58% | 0.83% | - |
| HSV(B) | 122.4º | 0.21% | 0.93% | - |
| XYZ | 59.96 | 74.81 | 59.42 | - |
| YUV | 216.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 189 | 0.21 | 0 | 0.20 | 0.07 | 122.4 | 0.58 | 0.83 |
| Hex | BB | ED | BD | 15 | 0 | 14 | 7 | 7A | 3A | 53 |
| Octal | 273 | 355 | 275 | 25 | 0 | 24 | 7 | 172 | 72 | 123 |
| Binary | 10111011 | 11101101 | 10111101 | 10101 | 0 | 10100 | 111 | 1111010 | 111010 | 1010011 |
Color Harmonies of #BBEDBD
Complementary color
Monochromatic Colors of #BBEDBD
Black with #BBEDBD
Text Example
Text Example
White with #BBEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDBD; }
p { color: rgb(187,237,189); }
H1.HeaderClassName
{
color: #BBEDBD;
}
.AnyTagClassName
{
color: #BBEDBD;
}
</style>
background-color css
<style>
a { background-color: #BBEDBD; }
a { background-color: rgb(187,237,189); }
div.DivClassName
{
background-color: #BBEDBD;
}
.BgClassName
{
background-color: #BBEDBD;
}
</style>
border-color css
<style>
span { border-color: #BBEDBD; }
span { border-color: rgb(187,237,189); }
td.TdClassName
{
border-color: #BBEDBD;
}
.TagClassName
{
border-color: #BBEDBD;
}
</style>