Shades of Fringy Flower #B3F6BD
Tints of Fringy Flower #B3F6BD
RGB
CMYK
RGB Variations
Color information
#B3F6BD (or 0xB3F6BD) is known color: Fringy Flower. HEX triplet: B3, F6 and BD. RGB value is (179,246,189). Sum of RGB (Red+Green+Blue) = 179+246+189=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 246 (96.48% from 255 or 40.07% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6BD is #4C0942. Grayscale: #DBDBDB. Windows color (decimal): -4983107 or 12449459. OLE color: 12449459.
HSL color Cylindrical-coordinate representation of color #B3F6BD: hue angle of 128.96º 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 #B3F6BD is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 246 | 189 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.04 |
| HSL | 128.96º | 0.79% | 0.83% | - |
| HSV(B) | 128.96º | 0.27% | 0.96% | - |
| XYZ | 60.73 | 79.17 | 60.22 | - |
| YUV | 219.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 246 | 189 | 0.27 | 0 | 0.23 | 0.04 | 128.96 | 0.79 | 0.83 |
| Hex | B3 | F6 | BD | 1B | 0 | 17 | 4 | 81 | 4F | 53 |
| Octal | 263 | 366 | 275 | 33 | 0 | 27 | 4 | 201 | 117 | 123 |
| Binary | 10110011 | 11110110 | 10111101 | 11011 | 0 | 10111 | 100 | 10000001 | 1001111 | 1010011 |
Color Harmonies of #B3F6BD
Complementary color
Monochromatic Colors of #B3F6BD
Black with #B3F6BD
Text Example
Text Example
White with #B3F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F6BD; }
p { color: rgb(179,246,189); }
H1.HeaderClassName
{
color: #B3F6BD;
}
.AnyTagClassName
{
color: #B3F6BD;
}
</style>
background-color css
<style>
a { background-color: #B3F6BD; }
a { background-color: rgb(179,246,189); }
div.DivClassName
{
background-color: #B3F6BD;
}
.BgClassName
{
background-color: #B3F6BD;
}
</style>
border-color css
<style>
span { border-color: #B3F6BD; }
span { border-color: rgb(179,246,189); }
td.TdClassName
{
border-color: #B3F6BD;
}
.TagClassName
{
border-color: #B3F6BD;
}
</style>