Shades of Fringy Flower #BEE6BD
Tints of Fringy Flower #BEE6BD
RGB
CMYK
RGB Variations
Color information
#BEE6BD (or 0xBEE6BD) is known color: Fringy Flower. HEX triplet: BE, E6 and BD. RGB value is (190,230,189). Sum of RGB (Red+Green+Blue) = 190+230+189=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #BEE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE6BD is #411942. Grayscale: #D5D5D5. Windows color (decimal): -4266307 or 12445374. OLE color: 12445374.
HSL color Cylindrical-coordinate representation of color #BEE6BD: hue angle of 118.54º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE6BD is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 230 | 189 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.10 |
| HSL | 118.54º | 0.45% | 0.82% | - |
| HSV(B) | 118.54º | 0.18% | 0.9% | - |
| XYZ | 58.72 | 71.21 | 58.8 | - |
| YUV | 213.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 230 | 189 | 0.17 | 0 | 0.18 | 0.10 | 118.54 | 0.45 | 0.82 |
| Hex | BE | E6 | BD | 11 | 0 | 12 | A | 77 | 2D | 52 |
| Octal | 276 | 346 | 275 | 21 | 0 | 22 | 12 | 167 | 55 | 122 |
| Binary | 10111110 | 11100110 | 10111101 | 10001 | 0 | 10010 | 1010 | 1110111 | 101101 | 1010010 |
Color Harmonies of #BEE6BD
Complementary color
Monochromatic Colors of #BEE6BD
Black with #BEE6BD
Text Example
Text Example
White with #BEE6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE6BD; }
p { color: rgb(190,230,189); }
H1.HeaderClassName
{
color: #BEE6BD;
}
.AnyTagClassName
{
color: #BEE6BD;
}
</style>
background-color css
<style>
a { background-color: #BEE6BD; }
a { background-color: rgb(190,230,189); }
div.DivClassName
{
background-color: #BEE6BD;
}
.BgClassName
{
background-color: #BEE6BD;
}
</style>
border-color css
<style>
span { border-color: #BEE6BD; }
span { border-color: rgb(190,230,189); }
td.TdClassName
{
border-color: #BEE6BD;
}
.TagClassName
{
border-color: #BEE6BD;
}
</style>