Shades of Fringy Flower #B8E4C4
Tints of Fringy Flower #B8E4C4
RGB
CMYK
RGB Variations
Color information
#B8E4C4 (or 0xB8E4C4) is known color: Fringy Flower. HEX triplet: B8, E4 and C4. RGB value is (184,228,196). Sum of RGB (Red+Green+Blue) = 184+228+196=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 196 (76.95% from 255 or 32.24% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4C4 is #471B3B. Grayscale: #D3D3D3. Windows color (decimal): -4660028 or 12903608. OLE color: 12903608.
HSL color Cylindrical-coordinate representation of color #B8E4C4: hue angle of 136.36º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4C4 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 228 | 196 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.11 |
| HSL | 136.36º | 0.45% | 0.81% | - |
| HSV(B) | 136.36º | 0.19% | 0.89% | - |
| XYZ | 57.47 | 69.66 | 62.64 | - |
| YUV | 211.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 196 | 0.19 | 0 | 0.14 | 0.11 | 136.36 | 0.45 | 0.81 |
| Hex | B8 | E4 | C4 | 13 | 0 | E | B | 88 | 2D | 51 |
| Octal | 270 | 344 | 304 | 23 | 0 | 16 | 13 | 210 | 55 | 121 |
| Binary | 10111000 | 11100100 | 11000100 | 10011 | 0 | 1110 | 1011 | 10001000 | 101101 | 1010001 |
Color Harmonies of #B8E4C4
Complementary color
Monochromatic Colors of #B8E4C4
Black with #B8E4C4
Text Example
Text Example
White with #B8E4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E4C4; }
p { color: rgb(184,228,196); }
H1.HeaderClassName
{
color: #B8E4C4;
}
.AnyTagClassName
{
color: #B8E4C4;
}
</style>
background-color css
<style>
a { background-color: #B8E4C4; }
a { background-color: rgb(184,228,196); }
div.DivClassName
{
background-color: #B8E4C4;
}
.BgClassName
{
background-color: #B8E4C4;
}
</style>
border-color css
<style>
span { border-color: #B8E4C4; }
span { border-color: rgb(184,228,196); }
td.TdClassName
{
border-color: #B8E4C4;
}
.TagClassName
{
border-color: #B8E4C4;
}
</style>