Shades of Fringy Flower #B4E7C4
Tints of Fringy Flower #B4E7C4
RGB
CMYK
RGB Variations
Color information
#B4E7C4 (or 0xB4E7C4) is known color: Fringy Flower. HEX triplet: B4, E7 and C4. RGB value is (180,231,196). Sum of RGB (Red+Green+Blue) = 180+231+196=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7C4 is #4B183B. Grayscale: #D3D3D3. Windows color (decimal): -4921404 or 12904372. OLE color: 12904372.
HSL color Cylindrical-coordinate representation of color #B4E7C4: hue angle of 138.82º degrees, saturation: 0.52, 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 #B4E7C4 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 196 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.09 |
| HSL | 138.82º | 0.52% | 0.81% | - |
| HSV(B) | 138.82º | 0.22% | 0.91% | - |
| XYZ | 57.36 | 70.84 | 62.87 | - |
| YUV | 211.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 196 | 0.22 | 0 | 0.15 | 0.09 | 138.82 | 0.52 | 0.81 |
| Hex | B4 | E7 | C4 | 16 | 0 | F | 9 | 8B | 34 | 51 |
| Octal | 264 | 347 | 304 | 26 | 0 | 17 | 11 | 213 | 64 | 121 |
| Binary | 10110100 | 11100111 | 11000100 | 10110 | 0 | 1111 | 1001 | 10001011 | 110100 | 1010001 |
Color Harmonies of #B4E7C4
Complementary color
Monochromatic Colors of #B4E7C4
Black with #B4E7C4
Text Example
Text Example
White with #B4E7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7C4; }
p { color: rgb(180,231,196); }
H1.HeaderClassName
{
color: #B4E7C4;
}
.AnyTagClassName
{
color: #B4E7C4;
}
</style>
background-color css
<style>
a { background-color: #B4E7C4; }
a { background-color: rgb(180,231,196); }
div.DivClassName
{
background-color: #B4E7C4;
}
.BgClassName
{
background-color: #B4E7C4;
}
</style>
border-color css
<style>
span { border-color: #B4E7C4; }
span { border-color: rgb(180,231,196); }
td.TdClassName
{
border-color: #B4E7C4;
}
.TagClassName
{
border-color: #B4E7C4;
}
</style>