Shades of Fringy Flower #BEE8C3
Tints of Fringy Flower #BEE8C3
RGB
CMYK
RGB Variations
Color information
#BEE8C3 (or 0xBEE8C3) is known color: Fringy Flower. HEX triplet: BE, E8 and C3. RGB value is (190,232,195). Sum of RGB (Red+Green+Blue) = 190+232+195=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 195 (76.56% from 255 or 31.60% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #BEE8C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE8C3 is #41173C. Grayscale: #D7D7D7. Windows color (decimal): -4265789 or 12839102. OLE color: 12839102.
HSL color Cylindrical-coordinate representation of color #BEE8C3: hue angle of 127.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEE8C3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 232 | 195 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.09 |
| HSL | 127.14º | 0.48% | 0.83% | - |
| HSV(B) | 127.14º | 0.18% | 0.91% | - |
| XYZ | 59.94 | 72.6 | 62.48 | - |
| YUV | 215.22 | 116.59 | 110.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 232 | 195 | 0.18 | 0 | 0.16 | 0.09 | 127.14 | 0.48 | 0.83 |
| Hex | BE | E8 | C3 | 12 | 0 | 10 | 9 | 7F | 30 | 53 |
| Octal | 276 | 350 | 303 | 22 | 0 | 20 | 11 | 177 | 60 | 123 |
| Binary | 10111110 | 11101000 | 11000011 | 10010 | 0 | 10000 | 1001 | 1111111 | 110000 | 1010011 |
Color Harmonies of #BEE8C3
Complementary color
Monochromatic Colors of #BEE8C3
Black with #BEE8C3
Text Example
Text Example
White with #BEE8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE8C3; }
p { color: rgb(190,232,195); }
H1.HeaderClassName
{
color: #BEE8C3;
}
.AnyTagClassName
{
color: #BEE8C3;
}
</style>
background-color css
<style>
a { background-color: #BEE8C3; }
a { background-color: rgb(190,232,195); }
div.DivClassName
{
background-color: #BEE8C3;
}
.BgClassName
{
background-color: #BEE8C3;
}
</style>
border-color css
<style>
span { border-color: #BEE8C3; }
span { border-color: rgb(190,232,195); }
td.TdClassName
{
border-color: #BEE8C3;
}
.TagClassName
{
border-color: #BEE8C3;
}
</style>