Shades of Fringy Flower #B7EBC0
Tints of Fringy Flower #B7EBC0
RGB
CMYK
RGB Variations
Color information
#B7EBC0 (or 0xB7EBC0) is known color: Fringy Flower. HEX triplet: B7, EB and C0. RGB value is (183,235,192). Sum of RGB (Red+Green+Blue) = 183+235+192=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #B7EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EBC0 is #48143F. Grayscale: #D6D6D6. Windows color (decimal): -4723776 or 12643255. OLE color: 12643255.
HSL color Cylindrical-coordinate representation of color #B7EBC0: hue angle of 130.38º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7EBC0 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 235 | 192 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.08 |
| HSL | 130.38º | 0.57% | 0.82% | - |
| HSV(B) | 130.38º | 0.22% | 0.92% | - |
| XYZ | 58.75 | 73.29 | 60.92 | - |
| YUV | 214.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 235 | 192 | 0.22 | 0 | 0.18 | 0.08 | 130.38 | 0.57 | 0.82 |
| Hex | B7 | EB | C0 | 16 | 0 | 12 | 8 | 82 | 39 | 52 |
| Octal | 267 | 353 | 300 | 26 | 0 | 22 | 10 | 202 | 71 | 122 |
| Binary | 10110111 | 11101011 | 11000000 | 10110 | 0 | 10010 | 1000 | 10000010 | 111001 | 1010010 |
Color Harmonies of #B7EBC0
Complementary color
Monochromatic Colors of #B7EBC0
Black with #B7EBC0
Text Example
Text Example
White with #B7EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EBC0; }
p { color: rgb(183,235,192); }
H1.HeaderClassName
{
color: #B7EBC0;
}
.AnyTagClassName
{
color: #B7EBC0;
}
</style>
background-color css
<style>
a { background-color: #B7EBC0; }
a { background-color: rgb(183,235,192); }
div.DivClassName
{
background-color: #B7EBC0;
}
.BgClassName
{
background-color: #B7EBC0;
}
</style>
border-color css
<style>
span { border-color: #B7EBC0; }
span { border-color: rgb(183,235,192); }
td.TdClassName
{
border-color: #B7EBC0;
}
.TagClassName
{
border-color: #B7EBC0;
}
</style>