Shades of Fringy Flower #B3F6C0
Tints of Fringy Flower #B3F6C0
RGB
CMYK
RGB Variations
Color information
#B3F6C0 (or 0xB3F6C0) is known color: Fringy Flower. HEX triplet: B3, F6 and C0. RGB value is (179,246,192). Sum of RGB (Red+Green+Blue) = 179+246+192=617 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.01% from 617); Green value is 246 (96.48% from 255 or 39.87% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6C0 is #4C093F. Grayscale: #DBDBDB. Windows color (decimal): -4983104 or 12646067. OLE color: 12646067.
HSL color Cylindrical-coordinate representation of color #B3F6C0: hue angle of 131.64º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F6C0 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 246 | 192 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.04 |
| HSL | 131.64º | 0.79% | 0.83% | - |
| HSV(B) | 131.64º | 0.27% | 0.96% | - |
| XYZ | 61.06 | 79.3 | 61.96 | - |
| YUV | 219.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 246 | 192 | 0.27 | 0 | 0.22 | 0.04 | 131.64 | 0.79 | 0.83 |
| Hex | B3 | F6 | C0 | 1B | 0 | 16 | 4 | 84 | 4F | 53 |
| Octal | 263 | 366 | 300 | 33 | 0 | 26 | 4 | 204 | 117 | 123 |
| Binary | 10110011 | 11110110 | 11000000 | 11011 | 0 | 10110 | 100 | 10000100 | 1001111 | 1010011 |
Color Harmonies of #B3F6C0
Complementary color
Monochromatic Colors of #B3F6C0
Black with #B3F6C0
Text Example
Text Example
White with #B3F6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F6C0; }
p { color: rgb(179,246,192); }
H1.HeaderClassName
{
color: #B3F6C0;
}
.AnyTagClassName
{
color: #B3F6C0;
}
</style>
background-color css
<style>
a { background-color: #B3F6C0; }
a { background-color: rgb(179,246,192); }
div.DivClassName
{
background-color: #B3F6C0;
}
.BgClassName
{
background-color: #B3F6C0;
}
</style>
border-color css
<style>
span { border-color: #B3F6C0; }
span { border-color: rgb(179,246,192); }
td.TdClassName
{
border-color: #B3F6C0;
}
.TagClassName
{
border-color: #B3F6C0;
}
</style>