Shades of Fringy Flower #BEE7C3
Tints of Fringy Flower #BEE7C3
RGB
CMYK
RGB Variations
Color information
#BEE7C3 (or 0xBEE7C3) is known color: Fringy Flower. HEX triplet: BE, E7 and C3. RGB value is (190,231,195). Sum of RGB (Red+Green+Blue) = 190+231+195=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 231 (90.62% from 255 or 37.5% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 231 - color contains mainly: green. Hex color #BEE7C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE7C3 is #41183C. Grayscale: #D6D6D6. Windows color (decimal): -4266045 or 12838846. OLE color: 12838846.
HSL color Cylindrical-coordinate representation of color #BEE7C3: hue angle of 127.32º degrees, saturation: 0.46, 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 #BEE7C3 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 231 | 195 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.09 |
| HSL | 127.32º | 0.46% | 0.83% | - |
| HSV(B) | 127.32º | 0.18% | 0.91% | - |
| XYZ | 59.66 | 72.04 | 62.39 | - |
| YUV | 214.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 231 | 195 | 0.18 | 0 | 0.16 | 0.09 | 127.32 | 0.46 | 0.83 |
| Hex | BE | E7 | C3 | 12 | 0 | 10 | 9 | 7F | 2E | 53 |
| Octal | 276 | 347 | 303 | 22 | 0 | 20 | 11 | 177 | 56 | 123 |
| Binary | 10111110 | 11100111 | 11000011 | 10010 | 0 | 10000 | 1001 | 1111111 | 101110 | 1010011 |
Color Harmonies of #BEE7C3
Complementary color
Monochromatic Colors of #BEE7C3
Black with #BEE7C3
Text Example
Text Example
White with #BEE7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE7C3; }
p { color: rgb(190,231,195); }
H1.HeaderClassName
{
color: #BEE7C3;
}
.AnyTagClassName
{
color: #BEE7C3;
}
</style>
background-color css
<style>
a { background-color: #BEE7C3; }
a { background-color: rgb(190,231,195); }
div.DivClassName
{
background-color: #BEE7C3;
}
.BgClassName
{
background-color: #BEE7C3;
}
</style>
border-color css
<style>
span { border-color: #BEE7C3; }
span { border-color: rgb(190,231,195); }
td.TdClassName
{
border-color: #BEE7C3;
}
.TagClassName
{
border-color: #BEE7C3;
}
</style>