Shades of Fringy Flower #B7E3C3
Tints of Fringy Flower #B7E3C3
RGB
CMYK
RGB Variations
Color information
#B7E3C3 (or 0xB7E3C3) is known color: Fringy Flower. HEX triplet: B7, E3 and C3. RGB value is (183,227,195). Sum of RGB (Red+Green+Blue) = 183+227+195=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7E3C3 is #481C3C. Grayscale: #D2D2D2. Windows color (decimal): -4725821 or 12837815. OLE color: 12837815.
HSL color Cylindrical-coordinate representation of color #B7E3C3: hue angle of 136.36º degrees, saturation: 0.44, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B7E3C3 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 227 | 195 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.11 |
| HSL | 136.36º | 0.44% | 0.8% | - |
| HSV(B) | 136.36º | 0.19% | 0.89% | - |
| XYZ | 56.85 | 68.95 | 61.94 | - |
| YUV | 210.2 | 119.42 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 227 | 195 | 0.19 | 0 | 0.14 | 0.11 | 136.36 | 0.44 | 0.8 |
| Hex | B7 | E3 | C3 | 13 | 0 | E | B | 88 | 2C | 50 |
| Octal | 267 | 343 | 303 | 23 | 0 | 16 | 13 | 210 | 54 | 120 |
| Binary | 10110111 | 11100011 | 11000011 | 10011 | 0 | 1110 | 1011 | 10001000 | 101100 | 1010000 |
Color Harmonies of #B7E3C3
Complementary color
Monochromatic Colors of #B7E3C3
Black with #B7E3C3
Text Example
Text Example
White with #B7E3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E3C3; }
p { color: rgb(183,227,195); }
H1.HeaderClassName
{
color: #B7E3C3;
}
.AnyTagClassName
{
color: #B7E3C3;
}
</style>
background-color css
<style>
a { background-color: #B7E3C3; }
a { background-color: rgb(183,227,195); }
div.DivClassName
{
background-color: #B7E3C3;
}
.BgClassName
{
background-color: #B7E3C3;
}
</style>
border-color css
<style>
span { border-color: #B7E3C3; }
span { border-color: rgb(183,227,195); }
td.TdClassName
{
border-color: #B7E3C3;
}
.TagClassName
{
border-color: #B7E3C3;
}
</style>