Shades of Fringy Flower #B2EDC2
Tints of Fringy Flower #B2EDC2
RGB
CMYK
RGB Variations
Color information
#B2EDC2 (or 0xB2EDC2) is known color: Fringy Flower. HEX triplet: B2, ED and C2. RGB value is (178,237,194). Sum of RGB (Red+Green+Blue) = 178+237+194=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDC2 is #4D123D. Grayscale: #D6D6D6. Windows color (decimal): -5050942 or 12774834. OLE color: 12774834.
HSL color Cylindrical-coordinate representation of color #B2EDC2: hue angle of 136.27º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EDC2 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 194 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.07 |
| HSL | 136.27º | 0.62% | 0.81% | - |
| HSV(B) | 136.27º | 0.25% | 0.93% | - |
| XYZ | 58.38 | 73.93 | 62.23 | - |
| YUV | 214.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 194 | 0.25 | 0 | 0.18 | 0.07 | 136.27 | 0.62 | 0.81 |
| Hex | B2 | ED | C2 | 19 | 0 | 12 | 7 | 88 | 3E | 51 |
| Octal | 262 | 355 | 302 | 31 | 0 | 22 | 7 | 210 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11000010 | 11001 | 0 | 10010 | 111 | 10001000 | 111110 | 1010001 |
Color Harmonies of #B2EDC2
Complementary color
Monochromatic Colors of #B2EDC2
Black with #B2EDC2
Text Example
Text Example
White with #B2EDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDC2; }
p { color: rgb(178,237,194); }
H1.HeaderClassName
{
color: #B2EDC2;
}
.AnyTagClassName
{
color: #B2EDC2;
}
</style>
background-color css
<style>
a { background-color: #B2EDC2; }
a { background-color: rgb(178,237,194); }
div.DivClassName
{
background-color: #B2EDC2;
}
.BgClassName
{
background-color: #B2EDC2;
}
</style>
border-color css
<style>
span { border-color: #B2EDC2; }
span { border-color: rgb(178,237,194); }
td.TdClassName
{
border-color: #B2EDC2;
}
.TagClassName
{
border-color: #B2EDC2;
}
</style>