Shades of Fringy Flower #B8F7C2
Tints of Fringy Flower #B8F7C2
RGB
CMYK
RGB Variations
Color information
#B8F7C2 (or 0xB8F7C2) is known color: Fringy Flower. HEX triplet: B8, F7 and C2. RGB value is (184,247,194). Sum of RGB (Red+Green+Blue) = 184+247+194=625 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.44% from 625); Green value is 247 (96.88% from 255 or 39.52% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 247 - color contains mainly: green. Hex color #B8F7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F7C2 is #47083D. Grayscale: #DEDEDE. Windows color (decimal): -4655166 or 12777400. OLE color: 12777400.
HSL color Cylindrical-coordinate representation of color #B8F7C2: hue angle of 129.52º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8F7C2 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 247 | 194 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.03 |
| HSL | 129.52º | 0.8% | 0.85% | - |
| HSV(B) | 129.52º | 0.26% | 0.97% | - |
| XYZ | 62.77 | 80.61 | 63.29 | - |
| YUV | 222.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 247 | 194 | 0.26 | 0 | 0.21 | 0.03 | 129.52 | 0.8 | 0.85 |
| Hex | B8 | F7 | C2 | 1A | 0 | 15 | 3 | 82 | 50 | 55 |
| Octal | 270 | 367 | 302 | 32 | 0 | 25 | 3 | 202 | 120 | 125 |
| Binary | 10111000 | 11110111 | 11000010 | 11010 | 0 | 10101 | 11 | 10000010 | 1010000 | 1010101 |
Color Harmonies of #B8F7C2
Complementary color
Monochromatic Colors of #B8F7C2
Black with #B8F7C2
Text Example
Text Example
White with #B8F7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F7C2; }
p { color: rgb(184,247,194); }
H1.HeaderClassName
{
color: #B8F7C2;
}
.AnyTagClassName
{
color: #B8F7C2;
}
</style>
background-color css
<style>
a { background-color: #B8F7C2; }
a { background-color: rgb(184,247,194); }
div.DivClassName
{
background-color: #B8F7C2;
}
.BgClassName
{
background-color: #B8F7C2;
}
</style>
border-color css
<style>
span { border-color: #B8F7C2; }
span { border-color: rgb(184,247,194); }
td.TdClassName
{
border-color: #B8F7C2;
}
.TagClassName
{
border-color: #B8F7C2;
}
</style>