Shades of Fringy Flower #B7F3BD
Tints of Fringy Flower #B7F3BD
RGB
CMYK
RGB Variations
Color information
#B7F3BD (or 0xB7F3BD) is known color: Fringy Flower. HEX triplet: B7, F3 and BD. RGB value is (183,243,189). Sum of RGB (Red+Green+Blue) = 183+243+189=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3BD is #480C42. Grayscale: #DBDBDB. Windows color (decimal): -4721731 or 12448695. OLE color: 12448695.
HSL color Cylindrical-coordinate representation of color #B7F3BD: hue angle of 126º 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 #B7F3BD is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 189 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.05 |
| HSL | 126º | 0.71% | 0.84% | - |
| HSV(B) | 126º | 0.25% | 0.95% | - |
| XYZ | 60.76 | 77.84 | 59.97 | - |
| YUV | 218.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 189 | 0.25 | 0 | 0.22 | 0.05 | 126 | 0.71 | 0.84 |
| Hex | B7 | F3 | BD | 19 | 0 | 16 | 5 | 7E | 47 | 54 |
| Octal | 267 | 363 | 275 | 31 | 0 | 26 | 5 | 176 | 107 | 124 |
| Binary | 10110111 | 11110011 | 10111101 | 11001 | 0 | 10110 | 101 | 1111110 | 1000111 | 1010100 |
Color Harmonies of #B7F3BD
Complementary color
Monochromatic Colors of #B7F3BD
Black with #B7F3BD
Text Example
Text Example
White with #B7F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3BD; }
p { color: rgb(183,243,189); }
H1.HeaderClassName
{
color: #B7F3BD;
}
.AnyTagClassName
{
color: #B7F3BD;
}
</style>
background-color css
<style>
a { background-color: #B7F3BD; }
a { background-color: rgb(183,243,189); }
div.DivClassName
{
background-color: #B7F3BD;
}
.BgClassName
{
background-color: #B7F3BD;
}
</style>
border-color css
<style>
span { border-color: #B7F3BD; }
span { border-color: rgb(183,243,189); }
td.TdClassName
{
border-color: #B7F3BD;
}
.TagClassName
{
border-color: #B7F3BD;
}
</style>