Shades of Fringy Flower #B4E7C3
Tints of Fringy Flower #B4E7C3
RGB
CMYK
RGB Variations
Color information
#B4E7C3 (or 0xB4E7C3) is known color: Fringy Flower. HEX triplet: B4, E7 and C3. RGB value is (180,231,195). Sum of RGB (Red+Green+Blue) = 180+231+195=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E7C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E7C3 is #4B183C. Grayscale: #D3D3D3. Windows color (decimal): -4921405 or 12838836. OLE color: 12838836.
HSL color Cylindrical-coordinate representation of color #B4E7C3: hue angle of 137.65º 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 #B4E7C3 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 195 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.09 |
| HSL | 137.65º | 0.52% | 0.81% | - |
| HSV(B) | 137.65º | 0.22% | 0.91% | - |
| XYZ | 57.25 | 70.8 | 62.28 | - |
| YUV | 211.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 195 | 0.22 | 0 | 0.16 | 0.09 | 137.65 | 0.52 | 0.81 |
| Hex | B4 | E7 | C3 | 16 | 0 | 10 | 9 | 8A | 34 | 51 |
| Octal | 264 | 347 | 303 | 26 | 0 | 20 | 11 | 212 | 64 | 121 |
| Binary | 10110100 | 11100111 | 11000011 | 10110 | 0 | 10000 | 1001 | 10001010 | 110100 | 1010001 |
Color Harmonies of #B4E7C3
Complementary color
Monochromatic Colors of #B4E7C3
Black with #B4E7C3
Text Example
Text Example
White with #B4E7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E7C3; }
p { color: rgb(180,231,195); }
H1.HeaderClassName
{
color: #B4E7C3;
}
.AnyTagClassName
{
color: #B4E7C3;
}
</style>
background-color css
<style>
a { background-color: #B4E7C3; }
a { background-color: rgb(180,231,195); }
div.DivClassName
{
background-color: #B4E7C3;
}
.BgClassName
{
background-color: #B4E7C3;
}
</style>
border-color css
<style>
span { border-color: #B4E7C3; }
span { border-color: rgb(180,231,195); }
td.TdClassName
{
border-color: #B4E7C3;
}
.TagClassName
{
border-color: #B4E7C3;
}
</style>