Shades of Fringy Flower #B7E1BB
Tints of Fringy Flower #B7E1BB
RGB
CMYK
RGB Variations
Color information
#B7E1BB (or 0xB7E1BB) is known color: Fringy Flower. HEX triplet: B7, E1 and BB. RGB value is (183,225,187). Sum of RGB (Red+Green+Blue) = 183+225+187=595 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.76% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E1BB is #481E44. Grayscale: #D0D0D0. Windows color (decimal): -4726341 or 12313015. OLE color: 12313015.
HSL color Cylindrical-coordinate representation of color #B7E1BB: hue angle of 125.71º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E1BB is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 187 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.12 |
| HSL | 125.71º | 0.41% | 0.8% | - |
| HSV(B) | 125.71º | 0.19% | 0.88% | - |
| XYZ | 55.42 | 67.51 | 57.12 | - |
| YUV | 208.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 187 | 0.19 | 0 | 0.17 | 0.12 | 125.71 | 0.41 | 0.8 |
| Hex | B7 | E1 | BB | 13 | 0 | 11 | C | 7E | 29 | 50 |
| Octal | 267 | 341 | 273 | 23 | 0 | 21 | 14 | 176 | 51 | 120 |
| Binary | 10110111 | 11100001 | 10111011 | 10011 | 0 | 10001 | 1100 | 1111110 | 101001 | 1010000 |
Color Harmonies of #B7E1BB
Complementary color
Monochromatic Colors of #B7E1BB
Black with #B7E1BB
Text Example
Text Example
White with #B7E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E1BB; }
p { color: rgb(183,225,187); }
H1.HeaderClassName
{
color: #B7E1BB;
}
.AnyTagClassName
{
color: #B7E1BB;
}
</style>
background-color css
<style>
a { background-color: #B7E1BB; }
a { background-color: rgb(183,225,187); }
div.DivClassName
{
background-color: #B7E1BB;
}
.BgClassName
{
background-color: #B7E1BB;
}
</style>
border-color css
<style>
span { border-color: #B7E1BB; }
span { border-color: rgb(183,225,187); }
td.TdClassName
{
border-color: #B7E1BB;
}
.TagClassName
{
border-color: #B7E1BB;
}
</style>