Shades of Fringy Flower #B7F3BA
Tints of Fringy Flower #B7F3BA
RGB
CMYK
RGB Variations
Color information
#B7F3BA (or 0xB7F3BA) is known color: Fringy Flower. HEX triplet: B7, F3 and BA. RGB value is (183,243,186). Sum of RGB (Red+Green+Blue) = 183+243+186=612 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.90% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3BA is #480C45. Grayscale: #DADADA. Windows color (decimal): -4721734 or 12252087. OLE color: 12252087.
HSL color Cylindrical-coordinate representation of color #B7F3BA: hue angle of 123º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3BA is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 186 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.05 |
| HSL | 123º | 0.71% | 0.84% | - |
| HSV(B) | 123º | 0.25% | 0.95% | - |
| XYZ | 60.44 | 77.71 | 58.27 | - |
| YUV | 218.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 186 | 0.25 | 0 | 0.23 | 0.05 | 123 | 0.71 | 0.84 |
| Hex | B7 | F3 | BA | 19 | 0 | 17 | 5 | 7B | 47 | 54 |
| Octal | 267 | 363 | 272 | 31 | 0 | 27 | 5 | 173 | 107 | 124 |
| Binary | 10110111 | 11110011 | 10111010 | 11001 | 0 | 10111 | 101 | 1111011 | 1000111 | 1010100 |
Color Harmonies of #B7F3BA
Complementary color
Monochromatic Colors of #B7F3BA
Black with #B7F3BA
Text Example
Text Example
White with #B7F3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3BA; }
p { color: rgb(183,243,186); }
H1.HeaderClassName
{
color: #B7F3BA;
}
.AnyTagClassName
{
color: #B7F3BA;
}
</style>
background-color css
<style>
a { background-color: #B7F3BA; }
a { background-color: rgb(183,243,186); }
div.DivClassName
{
background-color: #B7F3BA;
}
.BgClassName
{
background-color: #B7F3BA;
}
</style>
border-color css
<style>
span { border-color: #B7F3BA; }
span { border-color: rgb(183,243,186); }
td.TdClassName
{
border-color: #B7F3BA;
}
.TagClassName
{
border-color: #B7F3BA;
}
</style>