Shades of Fringy Flower #BEEDC2
Tints of Fringy Flower #BEEDC2
RGB
CMYK
RGB Variations
Color information
#BEEDC2 (or 0xBEEDC2) is known color: Fringy Flower. HEX triplet: BE, ED and C2. RGB value is (190,237,194). Sum of RGB (Red+Green+Blue) = 190+237+194=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDC2 is #41123D. Grayscale: #DADADA. Windows color (decimal): -4264510 or 12774846. OLE color: 12774846.
HSL color Cylindrical-coordinate representation of color #BEEDC2: hue angle of 125.11º 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 #BEEDC2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 194 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.07 |
| HSL | 125.11º | 0.57% | 0.84% | - |
| HSV(B) | 125.11º | 0.2% | 0.93% | - |
| XYZ | 61.26 | 75.41 | 62.37 | - |
| YUV | 218.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 194 | 0.20 | 0 | 0.18 | 0.07 | 125.11 | 0.57 | 0.84 |
| Hex | BE | ED | C2 | 14 | 0 | 12 | 7 | 7D | 39 | 54 |
| Octal | 276 | 355 | 302 | 24 | 0 | 22 | 7 | 175 | 71 | 124 |
| Binary | 10111110 | 11101101 | 11000010 | 10100 | 0 | 10010 | 111 | 1111101 | 111001 | 1010100 |
Color Harmonies of #BEEDC2
Complementary color
Monochromatic Colors of #BEEDC2
Black with #BEEDC2
Text Example
Text Example
White with #BEEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDC2; }
p { color: rgb(190,237,194); }
H1.HeaderClassName
{
color: #BEEDC2;
}
.AnyTagClassName
{
color: #BEEDC2;
}
</style>
background-color css
<style>
a { background-color: #BEEDC2; }
a { background-color: rgb(190,237,194); }
div.DivClassName
{
background-color: #BEEDC2;
}
.BgClassName
{
background-color: #BEEDC2;
}
</style>
border-color css
<style>
span { border-color: #BEEDC2; }
span { border-color: rgb(190,237,194); }
td.TdClassName
{
border-color: #BEEDC2;
}
.TagClassName
{
border-color: #BEEDC2;
}
</style>