Shades of Fringy Flower #B3E9C1
Tints of Fringy Flower #B3E9C1
RGB
CMYK
RGB Variations
Color information
#B3E9C1 (or 0xB3E9C1) is known color: Fringy Flower. HEX triplet: B3, E9 and C1. RGB value is (179,233,193). Sum of RGB (Red+Green+Blue) = 179+233+193=605 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.59% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 233 - color contains mainly: green. Hex color #B3E9C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E9C1 is #4C163E. Grayscale: #D4D4D4. Windows color (decimal): -4986431 or 12708275. OLE color: 12708275.
HSL color Cylindrical-coordinate representation of color #B3E9C1: hue angle of 135.56º 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 #B3E9C1 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 233 | 193 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.09 |
| HSL | 135.56º | 0.55% | 0.81% | - |
| HSV(B) | 135.56º | 0.23% | 0.91% | - |
| XYZ | 57.35 | 71.71 | 61.27 | - |
| YUV | 212.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 233 | 193 | 0.23 | 0 | 0.17 | 0.09 | 135.56 | 0.55 | 0.81 |
| Hex | B3 | E9 | C1 | 17 | 0 | 11 | 9 | 88 | 37 | 51 |
| Octal | 263 | 351 | 301 | 27 | 0 | 21 | 11 | 210 | 67 | 121 |
| Binary | 10110011 | 11101001 | 11000001 | 10111 | 0 | 10001 | 1001 | 10001000 | 110111 | 1010001 |
Color Harmonies of #B3E9C1
Complementary color
Monochromatic Colors of #B3E9C1
Black with #B3E9C1
Text Example
Text Example
White with #B3E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E9C1; }
p { color: rgb(179,233,193); }
H1.HeaderClassName
{
color: #B3E9C1;
}
.AnyTagClassName
{
color: #B3E9C1;
}
</style>
background-color css
<style>
a { background-color: #B3E9C1; }
a { background-color: rgb(179,233,193); }
div.DivClassName
{
background-color: #B3E9C1;
}
.BgClassName
{
background-color: #B3E9C1;
}
</style>
border-color css
<style>
span { border-color: #B3E9C1; }
span { border-color: rgb(179,233,193); }
td.TdClassName
{
border-color: #B3E9C1;
}
.TagClassName
{
border-color: #B3E9C1;
}
</style>