Shades of Fringy Flower #B7F2BD
Tints of Fringy Flower #B7F2BD
RGB
CMYK
RGB Variations
Color information
#B7F2BD (or 0xB7F2BD) is known color: Fringy Flower. HEX triplet: B7, F2 and BD. RGB value is (183,242,189). Sum of RGB (Red+Green+Blue) = 183+242+189=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #B7F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F2BD is #480D42. Grayscale: #DADADA. Windows color (decimal): -4721987 or 12448439. OLE color: 12448439.
HSL color Cylindrical-coordinate representation of color #B7F2BD: hue angle of 126.1º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F2BD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 242 | 189 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.05 |
| HSL | 126.1º | 0.69% | 0.83% | - |
| HSV(B) | 126.1º | 0.24% | 0.95% | - |
| XYZ | 60.47 | 77.25 | 59.87 | - |
| YUV | 218.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 242 | 189 | 0.24 | 0 | 0.22 | 0.05 | 126.1 | 0.69 | 0.83 |
| Hex | B7 | F2 | BD | 18 | 0 | 16 | 5 | 7E | 45 | 53 |
| Octal | 267 | 362 | 275 | 30 | 0 | 26 | 5 | 176 | 105 | 123 |
| Binary | 10110111 | 11110010 | 10111101 | 11000 | 0 | 10110 | 101 | 1111110 | 1000101 | 1010011 |
Color Harmonies of #B7F2BD
Complementary color
Monochromatic Colors of #B7F2BD
Black with #B7F2BD
Text Example
Text Example
White with #B7F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2BD; }
p { color: rgb(183,242,189); }
H1.HeaderClassName
{
color: #B7F2BD;
}
.AnyTagClassName
{
color: #B7F2BD;
}
</style>
background-color css
<style>
a { background-color: #B7F2BD; }
a { background-color: rgb(183,242,189); }
div.DivClassName
{
background-color: #B7F2BD;
}
.BgClassName
{
background-color: #B7F2BD;
}
</style>
border-color css
<style>
span { border-color: #B7F2BD; }
span { border-color: rgb(183,242,189); }
td.TdClassName
{
border-color: #B7F2BD;
}
.TagClassName
{
border-color: #B7F2BD;
}
</style>