Shades of Fringy Flower #BEE9BB
Tints of Fringy Flower #BEE9BB
RGB
CMYK
RGB Variations
Color information
#BEE9BB (or 0xBEE9BB) is known color: Fringy Flower. HEX triplet: BE, E9 and BB. RGB value is (190,233,187). Sum of RGB (Red+Green+Blue) = 190+233+187=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BB is #411644. Grayscale: #D7D7D7. Windows color (decimal): -4265541 or 12315070. OLE color: 12315070.
HSL color Cylindrical-coordinate representation of color #BEE9BB: hue angle of 116.09º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE9BB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 187 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.09 |
| HSL | 116.09º | 0.51% | 0.82% | - |
| HSV(B) | 116.09º | 0.2% | 0.91% | - |
| XYZ | 59.34 | 72.81 | 57.94 | - |
| YUV | 214.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 187 | 0.18 | 0 | 0.20 | 0.09 | 116.09 | 0.51 | 0.82 |
| Hex | BE | E9 | BB | 12 | 0 | 14 | 9 | 74 | 33 | 52 |
| Octal | 276 | 351 | 273 | 22 | 0 | 24 | 11 | 164 | 63 | 122 |
| Binary | 10111110 | 11101001 | 10111011 | 10010 | 0 | 10100 | 1001 | 1110100 | 110011 | 1010010 |
Color Harmonies of #BEE9BB
Complementary color
Monochromatic Colors of #BEE9BB
Black with #BEE9BB
Text Example
Text Example
White with #BEE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9BB; }
p { color: rgb(190,233,187); }
H1.HeaderClassName
{
color: #BEE9BB;
}
.AnyTagClassName
{
color: #BEE9BB;
}
</style>
background-color css
<style>
a { background-color: #BEE9BB; }
a { background-color: rgb(190,233,187); }
div.DivClassName
{
background-color: #BEE9BB;
}
.BgClassName
{
background-color: #BEE9BB;
}
</style>
border-color css
<style>
span { border-color: #BEE9BB; }
span { border-color: rgb(190,233,187); }
td.TdClassName
{
border-color: #BEE9BB;
}
.TagClassName
{
border-color: #BEE9BB;
}
</style>