Shades of Fringy Flower #B2EEC4
Tints of Fringy Flower #B2EEC4
RGB
CMYK
RGB Variations
Color information
#B2EEC4 (or 0xB2EEC4) is known color: Fringy Flower. HEX triplet: B2, EE and C4. RGB value is (178,238,196). Sum of RGB (Red+Green+Blue) = 178+238+196=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEC4 is #4D113B. Grayscale: #D7D7D7. Windows color (decimal): -5050684 or 12906162. OLE color: 12906162.
HSL color Cylindrical-coordinate representation of color #B2EEC4: hue angle of 138º 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 #B2EEC4 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 196 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.07 |
| HSL | 138º | 0.64% | 0.82% | - |
| HSV(B) | 138º | 0.25% | 0.93% | - |
| XYZ | 58.9 | 74.6 | 63.52 | - |
| YUV | 215.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 196 | 0.25 | 0 | 0.18 | 0.07 | 138 | 0.64 | 0.82 |
| Hex | B2 | EE | C4 | 19 | 0 | 12 | 7 | 8A | 40 | 52 |
| Octal | 262 | 356 | 304 | 31 | 0 | 22 | 7 | 212 | 100 | 122 |
| Binary | 10110010 | 11101110 | 11000100 | 11001 | 0 | 10010 | 111 | 10001010 | 1000000 | 1010010 |
Color Harmonies of #B2EEC4
Complementary color
Monochromatic Colors of #B2EEC4
Black with #B2EEC4
Text Example
Text Example
White with #B2EEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEC4; }
p { color: rgb(178,238,196); }
H1.HeaderClassName
{
color: #B2EEC4;
}
.AnyTagClassName
{
color: #B2EEC4;
}
</style>
background-color css
<style>
a { background-color: #B2EEC4; }
a { background-color: rgb(178,238,196); }
div.DivClassName
{
background-color: #B2EEC4;
}
.BgClassName
{
background-color: #B2EEC4;
}
</style>
border-color css
<style>
span { border-color: #B2EEC4; }
span { border-color: rgb(178,238,196); }
td.TdClassName
{
border-color: #B2EEC4;
}
.TagClassName
{
border-color: #B2EEC4;
}
</style>