Shades of Fringy Flower #B4E9C5
Tints of Fringy Flower #B4E9C5
RGB
CMYK
RGB Variations
Color information
#B4E9C5 (or 0xB4E9C5) is known color: Fringy Flower. HEX triplet: B4, E9 and C5. RGB value is (180,233,197). Sum of RGB (Red+Green+Blue) = 180+233+197=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9C5 is #4B163A. Grayscale: #D5D5D5. Windows color (decimal): -4920891 or 12970420. OLE color: 12970420.
HSL color Cylindrical-coordinate representation of color #B4E9C5: hue angle of 139.25º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9C5 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 197 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.09 |
| HSL | 139.25º | 0.55% | 0.81% | - |
| HSV(B) | 139.25º | 0.23% | 0.91% | - |
| XYZ | 58.04 | 72.01 | 63.66 | - |
| YUV | 213.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 197 | 0.23 | 0 | 0.15 | 0.09 | 139.25 | 0.55 | 0.81 |
| Hex | B4 | E9 | C5 | 17 | 0 | F | 9 | 8B | 37 | 51 |
| Octal | 264 | 351 | 305 | 27 | 0 | 17 | 11 | 213 | 67 | 121 |
| Binary | 10110100 | 11101001 | 11000101 | 10111 | 0 | 1111 | 1001 | 10001011 | 110111 | 1010001 |
Color Harmonies of #B4E9C5
Complementary color
Monochromatic Colors of #B4E9C5
Black with #B4E9C5
Text Example
Text Example
White with #B4E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9C5; }
p { color: rgb(180,233,197); }
H1.HeaderClassName
{
color: #B4E9C5;
}
.AnyTagClassName
{
color: #B4E9C5;
}
</style>
background-color css
<style>
a { background-color: #B4E9C5; }
a { background-color: rgb(180,233,197); }
div.DivClassName
{
background-color: #B4E9C5;
}
.BgClassName
{
background-color: #B4E9C5;
}
</style>
border-color css
<style>
span { border-color: #B4E9C5; }
span { border-color: rgb(180,233,197); }
td.TdClassName
{
border-color: #B4E9C5;
}
.TagClassName
{
border-color: #B4E9C5;
}
</style>