Shades of Fringy Flower #B8E1BC
Tints of Fringy Flower #B8E1BC
RGB
CMYK
RGB Variations
Color information
#B8E1BC (or 0xB8E1BC) is known color: Fringy Flower. HEX triplet: B8, E1 and BC. RGB value is (184,225,188). Sum of RGB (Red+Green+Blue) = 184+225+188=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1BC is #471E43. Grayscale: #D0D0D0. Windows color (decimal): -4660804 or 12378552. OLE color: 12378552.
HSL color Cylindrical-coordinate representation of color #B8E1BC: hue angle of 125.85º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E1BC is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 225 | 188 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.12 |
| HSL | 125.85º | 0.41% | 0.8% | - |
| HSV(B) | 125.85º | 0.18% | 0.88% | - |
| XYZ | 55.77 | 67.67 | 57.7 | - |
| YUV | 208.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 225 | 188 | 0.18 | 0 | 0.16 | 0.12 | 125.85 | 0.41 | 0.8 |
| Hex | B8 | E1 | BC | 12 | 0 | 10 | C | 7E | 29 | 50 |
| Octal | 270 | 341 | 274 | 22 | 0 | 20 | 14 | 176 | 51 | 120 |
| Binary | 10111000 | 11100001 | 10111100 | 10010 | 0 | 10000 | 1100 | 1111110 | 101001 | 1010000 |
Color Harmonies of #B8E1BC
Complementary color
Monochromatic Colors of #B8E1BC
Black with #B8E1BC
Text Example
Text Example
White with #B8E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E1BC; }
p { color: rgb(184,225,188); }
H1.HeaderClassName
{
color: #B8E1BC;
}
.AnyTagClassName
{
color: #B8E1BC;
}
</style>
background-color css
<style>
a { background-color: #B8E1BC; }
a { background-color: rgb(184,225,188); }
div.DivClassName
{
background-color: #B8E1BC;
}
.BgClassName
{
background-color: #B8E1BC;
}
</style>
border-color css
<style>
span { border-color: #B8E1BC; }
span { border-color: rgb(184,225,188); }
td.TdClassName
{
border-color: #B8E1BC;
}
.TagClassName
{
border-color: #B8E1BC;
}
</style>