Shades of Fringy Flower #B8EAC2
Tints of Fringy Flower #B8EAC2
RGB
CMYK
RGB Variations
Color information
#B8EAC2 (or 0xB8EAC2) is known color: Fringy Flower. HEX triplet: B8, EA and C2. RGB value is (184,234,194). Sum of RGB (Red+Green+Blue) = 184+234+194=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EAC2 is #47153D. Grayscale: #D6D6D6. Windows color (decimal): -4658494 or 12774072. OLE color: 12774072.
HSL color Cylindrical-coordinate representation of color #B8EAC2: hue angle of 132º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B8EAC2 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 194 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.08 |
| HSL | 132º | 0.54% | 0.82% | - |
| HSV(B) | 132º | 0.21% | 0.92% | - |
| XYZ | 58.93 | 72.93 | 62.01 | - |
| YUV | 214.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 194 | 0.21 | 0 | 0.17 | 0.08 | 132 | 0.54 | 0.82 |
| Hex | B8 | EA | C2 | 15 | 0 | 11 | 8 | 84 | 36 | 52 |
| Octal | 270 | 352 | 302 | 25 | 0 | 21 | 10 | 204 | 66 | 122 |
| Binary | 10111000 | 11101010 | 11000010 | 10101 | 0 | 10001 | 1000 | 10000100 | 110110 | 1010010 |
Color Harmonies of #B8EAC2
Complementary color
Monochromatic Colors of #B8EAC2
Black with #B8EAC2
Text Example
Text Example
White with #B8EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EAC2; }
p { color: rgb(184,234,194); }
H1.HeaderClassName
{
color: #B8EAC2;
}
.AnyTagClassName
{
color: #B8EAC2;
}
</style>
background-color css
<style>
a { background-color: #B8EAC2; }
a { background-color: rgb(184,234,194); }
div.DivClassName
{
background-color: #B8EAC2;
}
.BgClassName
{
background-color: #B8EAC2;
}
</style>
border-color css
<style>
span { border-color: #B8EAC2; }
span { border-color: rgb(184,234,194); }
td.TdClassName
{
border-color: #B8EAC2;
}
.TagClassName
{
border-color: #B8EAC2;
}
</style>