Shades of Fringy Flower #B7F7C1
Tints of Fringy Flower #B7F7C1
RGB
CMYK
RGB Variations
Color information
#B7F7C1 (or 0xB7F7C1) is known color: Fringy Flower. HEX triplet: B7, F7 and C1. RGB value is (183,247,193). Sum of RGB (Red+Green+Blue) = 183+247+193=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7C1 is #48083E. Grayscale: #DDDDDD. Windows color (decimal): -4720703 or 12711863. OLE color: 12711863.
HSL color Cylindrical-coordinate representation of color #B7F7C1: hue angle of 129.38º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F7C1 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 193 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.03 |
| HSL | 129.38º | 0.8% | 0.84% | - |
| HSV(B) | 129.38º | 0.26% | 0.97% | - |
| XYZ | 62.41 | 80.44 | 62.69 | - |
| YUV | 221.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 193 | 0.26 | 0 | 0.22 | 0.03 | 129.38 | 0.8 | 0.84 |
| Hex | B7 | F7 | C1 | 1A | 0 | 16 | 3 | 81 | 50 | 54 |
| Octal | 267 | 367 | 301 | 32 | 0 | 26 | 3 | 201 | 120 | 124 |
| Binary | 10110111 | 11110111 | 11000001 | 11010 | 0 | 10110 | 11 | 10000001 | 1010000 | 1010100 |
Color Harmonies of #B7F7C1
Complementary color
Monochromatic Colors of #B7F7C1
Black with #B7F7C1
Text Example
Text Example
White with #B7F7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F7C1; }
p { color: rgb(183,247,193); }
H1.HeaderClassName
{
color: #B7F7C1;
}
.AnyTagClassName
{
color: #B7F7C1;
}
</style>
background-color css
<style>
a { background-color: #B7F7C1; }
a { background-color: rgb(183,247,193); }
div.DivClassName
{
background-color: #B7F7C1;
}
.BgClassName
{
background-color: #B7F7C1;
}
</style>
border-color css
<style>
span { border-color: #B7F7C1; }
span { border-color: rgb(183,247,193); }
td.TdClassName
{
border-color: #B7F7C1;
}
.TagClassName
{
border-color: #B7F7C1;
}
</style>