Shades of Fringy Flower #BBEDBE
Tints of Fringy Flower #BBEDBE
RGB
CMYK
RGB Variations
Color information
#BBEDBE (or 0xBBEDBE) is known color: Fringy Flower. HEX triplet: BB, ED and BE. RGB value is (187,237,190). Sum of RGB (Red+Green+Blue) = 187+237+190=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDBE is #441241. Grayscale: #D8D8D8. Windows color (decimal): -4461122 or 12512699. OLE color: 12512699.
HSL color Cylindrical-coordinate representation of color #BBEDBE: hue angle of 123.6º 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 #BBEDBE is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 190 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.07 |
| HSL | 123.6º | 0.58% | 0.83% | - |
| HSV(B) | 123.6º | 0.21% | 0.93% | - |
| XYZ | 60.07 | 74.85 | 60 | - |
| YUV | 216.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 190 | 0.21 | 0 | 0.20 | 0.07 | 123.6 | 0.58 | 0.83 |
| Hex | BB | ED | BE | 15 | 0 | 14 | 7 | 7C | 3A | 53 |
| Octal | 273 | 355 | 276 | 25 | 0 | 24 | 7 | 174 | 72 | 123 |
| Binary | 10111011 | 11101101 | 10111110 | 10101 | 0 | 10100 | 111 | 1111100 | 111010 | 1010011 |
Color Harmonies of #BBEDBE
Complementary color
Monochromatic Colors of #BBEDBE
Black with #BBEDBE
Text Example
Text Example
White with #BBEDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEDBE; }
p { color: rgb(187,237,190); }
H1.HeaderClassName
{
color: #BBEDBE;
}
.AnyTagClassName
{
color: #BBEDBE;
}
</style>
background-color css
<style>
a { background-color: #BBEDBE; }
a { background-color: rgb(187,237,190); }
div.DivClassName
{
background-color: #BBEDBE;
}
.BgClassName
{
background-color: #BBEDBE;
}
</style>
border-color css
<style>
span { border-color: #BBEDBE; }
span { border-color: rgb(187,237,190); }
td.TdClassName
{
border-color: #BBEDBE;
}
.TagClassName
{
border-color: #BBEDBE;
}
</style>