Shades of Fringy Flower #B4E8BC
Tints of Fringy Flower #B4E8BC
RGB
CMYK
RGB Variations
Color information
#B4E8BC (or 0xB4E8BC) is known color: Fringy Flower. HEX triplet: B4, E8 and BC. RGB value is (180,232,188). Sum of RGB (Red+Green+Blue) = 180+232+188=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8BC is #4B1743. Grayscale: #D3D3D3. Windows color (decimal): -4921156 or 12380340. OLE color: 12380340.
HSL color Cylindrical-coordinate representation of color #B4E8BC: hue angle of 129.23º 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 #B4E8BC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 188 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.09 |
| HSL | 129.23º | 0.53% | 0.81% | - |
| HSV(B) | 129.23º | 0.22% | 0.91% | - |
| XYZ | 56.76 | 71.05 | 58.3 | - |
| YUV | 211.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 188 | 0.22 | 0 | 0.19 | 0.09 | 129.23 | 0.53 | 0.81 |
| Hex | B4 | E8 | BC | 16 | 0 | 13 | 9 | 81 | 35 | 51 |
| Octal | 264 | 350 | 274 | 26 | 0 | 23 | 11 | 201 | 65 | 121 |
| Binary | 10110100 | 11101000 | 10111100 | 10110 | 0 | 10011 | 1001 | 10000001 | 110101 | 1010001 |
Color Harmonies of #B4E8BC
Complementary color
Monochromatic Colors of #B4E8BC
Black with #B4E8BC
Text Example
Text Example
White with #B4E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E8BC; }
p { color: rgb(180,232,188); }
H1.HeaderClassName
{
color: #B4E8BC;
}
.AnyTagClassName
{
color: #B4E8BC;
}
</style>
background-color css
<style>
a { background-color: #B4E8BC; }
a { background-color: rgb(180,232,188); }
div.DivClassName
{
background-color: #B4E8BC;
}
.BgClassName
{
background-color: #B4E8BC;
}
</style>
border-color css
<style>
span { border-color: #B4E8BC; }
span { border-color: rgb(180,232,188); }
td.TdClassName
{
border-color: #B4E8BC;
}
.TagClassName
{
border-color: #B4E8BC;
}
</style>