Shades of Fringy Flower #B4E8C5
Tints of Fringy Flower #B4E8C5
RGB
CMYK
RGB Variations
Color information
#B4E8C5 (or 0xB4E8C5) is known color: Fringy Flower. HEX triplet: B4, E8 and C5. RGB value is (180,232,197). Sum of RGB (Red+Green+Blue) = 180+232+197=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8C5 is #4B173A. Grayscale: #D4D4D4. Windows color (decimal): -4921147 or 12970164. OLE color: 12970164.
HSL color Cylindrical-coordinate representation of color #B4E8C5: hue angle of 139.62º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E8C5 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 197 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.09 |
| HSL | 139.62º | 0.53% | 0.81% | - |
| HSV(B) | 139.62º | 0.22% | 0.91% | - |
| XYZ | 57.76 | 71.45 | 63.57 | - |
| YUV | 212.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 197 | 0.22 | 0 | 0.15 | 0.09 | 139.62 | 0.53 | 0.81 |
| Hex | B4 | E8 | C5 | 16 | 0 | F | 9 | 8C | 35 | 51 |
| Octal | 264 | 350 | 305 | 26 | 0 | 17 | 11 | 214 | 65 | 121 |
| Binary | 10110100 | 11101000 | 11000101 | 10110 | 0 | 1111 | 1001 | 10001100 | 110101 | 1010001 |
Color Harmonies of #B4E8C5
Complementary color
Monochromatic Colors of #B4E8C5
Black with #B4E8C5
Text Example
Text Example
White with #B4E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E8C5; }
p { color: rgb(180,232,197); }
H1.HeaderClassName
{
color: #B4E8C5;
}
.AnyTagClassName
{
color: #B4E8C5;
}
</style>
background-color css
<style>
a { background-color: #B4E8C5; }
a { background-color: rgb(180,232,197); }
div.DivClassName
{
background-color: #B4E8C5;
}
.BgClassName
{
background-color: #B4E8C5;
}
</style>
border-color css
<style>
span { border-color: #B4E8C5; }
span { border-color: rgb(180,232,197); }
td.TdClassName
{
border-color: #B4E8C5;
}
.TagClassName
{
border-color: #B4E8C5;
}
</style>