Shades of Fringy Flower #B2EAC3
Tints of Fringy Flower #B2EAC3
RGB
CMYK
RGB Variations
Color information
#B2EAC3 (or 0xB2EAC3) is known color: Fringy Flower. HEX triplet: B2, EA and C3. RGB value is (178,234,195). Sum of RGB (Red+Green+Blue) = 178+234+195=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EAC3 is #4D153C. Grayscale: #D4D4D4. Windows color (decimal): -5051709 or 12839602. OLE color: 12839602.
HSL color Cylindrical-coordinate representation of color #B2EAC3: hue angle of 138.21º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAC3 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 234 | 195 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.08 |
| HSL | 138.21º | 0.57% | 0.81% | - |
| HSV(B) | 138.21º | 0.24% | 0.92% | - |
| XYZ | 57.63 | 72.25 | 62.54 | - |
| YUV | 212.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 195 | 0.24 | 0 | 0.17 | 0.08 | 138.21 | 0.57 | 0.81 |
| Hex | B2 | EA | C3 | 18 | 0 | 11 | 8 | 8A | 39 | 51 |
| Octal | 262 | 352 | 303 | 30 | 0 | 21 | 10 | 212 | 71 | 121 |
| Binary | 10110010 | 11101010 | 11000011 | 11000 | 0 | 10001 | 1000 | 10001010 | 111001 | 1010001 |
Color Harmonies of #B2EAC3
Complementary color
Monochromatic Colors of #B2EAC3
Black with #B2EAC3
Text Example
Text Example
White with #B2EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAC3; }
p { color: rgb(178,234,195); }
H1.HeaderClassName
{
color: #B2EAC3;
}
.AnyTagClassName
{
color: #B2EAC3;
}
</style>
background-color css
<style>
a { background-color: #B2EAC3; }
a { background-color: rgb(178,234,195); }
div.DivClassName
{
background-color: #B2EAC3;
}
.BgClassName
{
background-color: #B2EAC3;
}
</style>
border-color css
<style>
span { border-color: #B2EAC3; }
span { border-color: rgb(178,234,195); }
td.TdClassName
{
border-color: #B2EAC3;
}
.TagClassName
{
border-color: #B2EAC3;
}
</style>