Shades of Fringy Flower #B2EEC1
Tints of Fringy Flower #B2EEC1
RGB
CMYK
RGB Variations
Color information
#B2EEC1 (or 0xB2EEC1) is known color: Fringy Flower. HEX triplet: B2, EE and C1. RGB value is (178,238,193). Sum of RGB (Red+Green+Blue) = 178+238+193=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEC1 is #4D113E. Grayscale: #D7D7D7. Windows color (decimal): -5050687 or 12709554. OLE color: 12709554.
HSL color Cylindrical-coordinate representation of color #B2EEC1: hue angle of 135º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEC1 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 193 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.07 |
| HSL | 135º | 0.64% | 0.82% | - |
| HSV(B) | 135º | 0.25% | 0.93% | - |
| XYZ | 58.56 | 74.46 | 61.74 | - |
| YUV | 214.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 193 | 0.25 | 0 | 0.19 | 0.07 | 135 | 0.64 | 0.82 |
| Hex | B2 | EE | C1 | 19 | 0 | 13 | 7 | 87 | 40 | 52 |
| Octal | 262 | 356 | 301 | 31 | 0 | 23 | 7 | 207 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11000001 | 11001 | 0 | 10011 | 111 | 10000111 | 1000000 | 1010010 |
Color Harmonies of #B2EEC1
Complementary color
Monochromatic Colors of #B2EEC1
Black with #B2EEC1
Text Example
Text Example
White with #B2EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEC1; }
p { color: rgb(178,238,193); }
H1.HeaderClassName
{
color: #B2EEC1;
}
.AnyTagClassName
{
color: #B2EEC1;
}
</style>
background-color css
<style>
a { background-color: #B2EEC1; }
a { background-color: rgb(178,238,193); }
div.DivClassName
{
background-color: #B2EEC1;
}
.BgClassName
{
background-color: #B2EEC1;
}
</style>
border-color css
<style>
span { border-color: #B2EEC1; }
span { border-color: rgb(178,238,193); }
td.TdClassName
{
border-color: #B2EEC1;
}
.TagClassName
{
border-color: #B2EEC1;
}
</style>