Shades of Fringy Flower #B1EBC2
Tints of Fringy Flower #B1EBC2
RGB
CMYK
RGB Variations
Color information
#B1EBC2 (or 0xB1EBC2) is known color: Fringy Flower. HEX triplet: B1, EB and C2. RGB value is (177,235,194). Sum of RGB (Red+Green+Blue) = 177+235+194=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC2 is #4E143D. Grayscale: #D5D5D5. Windows color (decimal): -5116990 or 12774321. OLE color: 12774321.
HSL color Cylindrical-coordinate representation of color #B1EBC2: hue angle of 137.59º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBC2 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 194 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.08 |
| HSL | 137.59º | 0.59% | 0.81% | - |
| HSV(B) | 137.59º | 0.25% | 0.92% | - |
| XYZ | 57.58 | 72.66 | 62.03 | - |
| YUV | 212.98 | 117.28 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 194 | 0.25 | 0 | 0.17 | 0.08 | 137.59 | 0.59 | 0.81 |
| Hex | B1 | EB | C2 | 19 | 0 | 11 | 8 | 8A | 3B | 51 |
| Octal | 261 | 353 | 302 | 31 | 0 | 21 | 10 | 212 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11000010 | 11001 | 0 | 10001 | 1000 | 10001010 | 111011 | 1010001 |
Color Harmonies of #B1EBC2
Complementary color
Monochromatic Colors of #B1EBC2
Black with #B1EBC2
Text Example
Text Example
White with #B1EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBC2; }
p { color: rgb(177,235,194); }
H1.HeaderClassName
{
color: #B1EBC2;
}
.AnyTagClassName
{
color: #B1EBC2;
}
</style>
background-color css
<style>
a { background-color: #B1EBC2; }
a { background-color: rgb(177,235,194); }
div.DivClassName
{
background-color: #B1EBC2;
}
.BgClassName
{
background-color: #B1EBC2;
}
</style>
border-color css
<style>
span { border-color: #B1EBC2; }
span { border-color: rgb(177,235,194); }
td.TdClassName
{
border-color: #B1EBC2;
}
.TagClassName
{
border-color: #B1EBC2;
}
</style>