Shades of Fringy Flower #B2EFC3
Tints of Fringy Flower #B2EFC3
RGB
CMYK
RGB Variations
Color information
#B2EFC3 (or 0xB2EFC3) is known color: Fringy Flower. HEX triplet: B2, EF and C3. RGB value is (178,239,195). Sum of RGB (Red+Green+Blue) = 178+239+195=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFC3 is #4D103C. Grayscale: #D7D7D7. Windows color (decimal): -5050429 or 12840882. OLE color: 12840882.
HSL color Cylindrical-coordinate representation of color #B2EFC3: hue angle of 136.72º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 195 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.06 |
| HSL | 136.72º | 0.66% | 0.82% | - |
| HSV(B) | 136.72º | 0.26% | 0.94% | - |
| XYZ | 59.08 | 75.14 | 63.02 | - |
| YUV | 215.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 195 | 0.26 | 0 | 0.18 | 0.06 | 136.72 | 0.66 | 0.82 |
| Hex | B2 | EF | C3 | 1A | 0 | 12 | 6 | 89 | 42 | 52 |
| Octal | 262 | 357 | 303 | 32 | 0 | 22 | 6 | 211 | 102 | 122 |
| Binary | 10110010 | 11101111 | 11000011 | 11010 | 0 | 10010 | 110 | 10001001 | 1000010 | 1010010 |
Color Harmonies of #B2EFC3
Complementary color
Monochromatic Colors of #B2EFC3
Black with #B2EFC3
Text Example
Text Example
White with #B2EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFC3; }
p { color: rgb(178,239,195); }
H1.HeaderClassName
{
color: #B2EFC3;
}
.AnyTagClassName
{
color: #B2EFC3;
}
</style>
background-color css
<style>
a { background-color: #B2EFC3; }
a { background-color: rgb(178,239,195); }
div.DivClassName
{
background-color: #B2EFC3;
}
.BgClassName
{
background-color: #B2EFC3;
}
</style>
border-color css
<style>
span { border-color: #B2EFC3; }
span { border-color: rgb(178,239,195); }
td.TdClassName
{
border-color: #B2EFC3;
}
.TagClassName
{
border-color: #B2EFC3;
}
</style>