Shades of Fringy Flower #BEEDC1
Tints of Fringy Flower #BEEDC1
RGB
CMYK
RGB Variations
Color information
#BEEDC1 (or 0xBEEDC1) is known color: Fringy Flower. HEX triplet: BE, ED and C1. RGB value is (190,237,193). Sum of RGB (Red+Green+Blue) = 190+237+193=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC1 is #41123E. Grayscale: #DADADA. Windows color (decimal): -4264511 or 12709310. OLE color: 12709310.
HSL color Cylindrical-coordinate representation of color #BEEDC1: hue angle of 123.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEDC1 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 193 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 123.83º | 0.57% | 0.84% | - |
| HSV(B) | 123.83º | 0.2% | 0.93% | - |
| XYZ | 61.15 | 75.37 | 61.78 | - |
| YUV | 217.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 193 | 0.20 | 0 | 0.19 | 0.07 | 123.83 | 0.57 | 0.84 |
| Hex | BE | ED | C1 | 14 | 0 | 13 | 7 | 7C | 39 | 54 |
| Octal | 276 | 355 | 301 | 24 | 0 | 23 | 7 | 174 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11000001 | 10100 | 0 | 10011 | 111 | 1111100 | 111001 | 1010100 |
Color Harmonies of #BEEDC1
Complementary color
Monochromatic Colors of #BEEDC1
Black with #BEEDC1
Text Example
Text Example
White with #BEEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDC1; }
p { color: rgb(190,237,193); }
H1.HeaderClassName
{
color: #BEEDC1;
}
.AnyTagClassName
{
color: #BEEDC1;
}
</style>
background-color css
<style>
a { background-color: #BEEDC1; }
a { background-color: rgb(190,237,193); }
div.DivClassName
{
background-color: #BEEDC1;
}
.BgClassName
{
background-color: #BEEDC1;
}
</style>
border-color css
<style>
span { border-color: #BEEDC1; }
span { border-color: rgb(190,237,193); }
td.TdClassName
{
border-color: #BEEDC1;
}
.TagClassName
{
border-color: #BEEDC1;
}
</style>