Shades of Fringy Flower #B4E6BA
Tints of Fringy Flower #B4E6BA
RGB
CMYK
RGB Variations
Color information
#B4E6BA (or 0xB4E6BA) is known color: Fringy Flower. HEX triplet: B4, E6 and BA. RGB value is (180,230,186). Sum of RGB (Red+Green+Blue) = 180+230+186=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E6BA is #4B1945. Grayscale: #D2D2D2. Windows color (decimal): -4921670 or 12248756. OLE color: 12248756.
HSL color Cylindrical-coordinate representation of color #B4E6BA: hue angle of 127.2º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4E6BA is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 230 | 186 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.10 |
| HSL | 127.2º | 0.5% | 0.8% | - |
| HSV(B) | 127.2º | 0.22% | 0.9% | - |
| XYZ | 55.98 | 69.84 | 56.98 | - |
| YUV | 210.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 230 | 186 | 0.22 | 0 | 0.19 | 0.10 | 127.2 | 0.5 | 0.8 |
| Hex | B4 | E6 | BA | 16 | 0 | 13 | A | 7F | 32 | 50 |
| Octal | 264 | 346 | 272 | 26 | 0 | 23 | 12 | 177 | 62 | 120 |
| Binary | 10110100 | 11100110 | 10111010 | 10110 | 0 | 10011 | 1010 | 1111111 | 110010 | 1010000 |
Color Harmonies of #B4E6BA
Complementary color
Monochromatic Colors of #B4E6BA
Black with #B4E6BA
Text Example
Text Example
White with #B4E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E6BA; }
p { color: rgb(180,230,186); }
H1.HeaderClassName
{
color: #B4E6BA;
}
.AnyTagClassName
{
color: #B4E6BA;
}
</style>
background-color css
<style>
a { background-color: #B4E6BA; }
a { background-color: rgb(180,230,186); }
div.DivClassName
{
background-color: #B4E6BA;
}
.BgClassName
{
background-color: #B4E6BA;
}
</style>
border-color css
<style>
span { border-color: #B4E6BA; }
span { border-color: rgb(180,230,186); }
td.TdClassName
{
border-color: #B4E6BA;
}
.TagClassName
{
border-color: #B4E6BA;
}
</style>