Shades of Fringy Flower #B3F9C2
Tints of Fringy Flower #B3F9C2
RGB
CMYK
RGB Variations
Color information
#B3F9C2 (or 0xB3F9C2) is known color: Fringy Flower. HEX triplet: B3, F9 and C2. RGB value is (179,249,194). Sum of RGB (Red+Green+Blue) = 179+249+194=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 249 (97.66% from 255 or 40.03% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 249 - color contains mainly: green. Hex color #B3F9C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F9C2 is #4C063D. Grayscale: #DDDDDD. Windows color (decimal): -4982334 or 12777907. OLE color: 12777907.
HSL color Cylindrical-coordinate representation of color #B3F9C2: hue angle of 132.86º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F9C2 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 249 | 194 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.02 |
| HSL | 132.86º | 0.85% | 0.84% | - |
| HSV(B) | 132.86º | 0.28% | 0.98% | - |
| XYZ | 62.2 | 81.23 | 63.44 | - |
| YUV | 221.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 249 | 194 | 0.28 | 0 | 0.22 | 0.02 | 132.86 | 0.85 | 0.84 |
| Hex | B3 | F9 | C2 | 1C | 0 | 16 | 2 | 85 | 55 | 54 |
| Octal | 263 | 371 | 302 | 34 | 0 | 26 | 2 | 205 | 125 | 124 |
| Binary | 10110011 | 11111001 | 11000010 | 11100 | 0 | 10110 | 10 | 10000101 | 1010101 | 1010100 |
Color Harmonies of #B3F9C2
Complementary color
Monochromatic Colors of #B3F9C2
Black with #B3F9C2
Text Example
Text Example
White with #B3F9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F9C2; }
p { color: rgb(179,249,194); }
H1.HeaderClassName
{
color: #B3F9C2;
}
.AnyTagClassName
{
color: #B3F9C2;
}
</style>
background-color css
<style>
a { background-color: #B3F9C2; }
a { background-color: rgb(179,249,194); }
div.DivClassName
{
background-color: #B3F9C2;
}
.BgClassName
{
background-color: #B3F9C2;
}
</style>
border-color css
<style>
span { border-color: #B3F9C2; }
span { border-color: rgb(179,249,194); }
td.TdClassName
{
border-color: #B3F9C2;
}
.TagClassName
{
border-color: #B3F9C2;
}
</style>