Shades of Fringy Flower #B3F1C3
Tints of Fringy Flower #B3F1C3
RGB
CMYK
RGB Variations
Color information
#B3F1C3 (or 0xB3F1C3) is known color: Fringy Flower. HEX triplet: B3, F1 and C3. RGB value is (179,241,195). Sum of RGB (Red+Green+Blue) = 179+241+195=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 241 (94.53% from 255 or 39.19% from 615); Blue value is 195 (76.56% from 255 or 31.71% from 615); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1C3 is #4C0E3C. Grayscale: #D9D9D9. Windows color (decimal): -4984381 or 12841395. OLE color: 12841395.
HSL color Cylindrical-coordinate representation of color #B3F1C3: hue angle of 135.48º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1C3 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 195 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.05 |
| HSL | 135.48º | 0.69% | 0.82% | - |
| HSV(B) | 135.48º | 0.26% | 0.95% | - |
| XYZ | 59.9 | 76.43 | 63.23 | - |
| YUV | 217.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 195 | 0.26 | 0 | 0.19 | 0.05 | 135.48 | 0.69 | 0.82 |
| Hex | B3 | F1 | C3 | 1A | 0 | 13 | 5 | 87 | 45 | 52 |
| Octal | 263 | 361 | 303 | 32 | 0 | 23 | 5 | 207 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11000011 | 11010 | 0 | 10011 | 101 | 10000111 | 1000101 | 1010010 |
Color Harmonies of #B3F1C3
Complementary color
Monochromatic Colors of #B3F1C3
Black with #B3F1C3
Text Example
Text Example
White with #B3F1C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1C3; }
p { color: rgb(179,241,195); }
H1.HeaderClassName
{
color: #B3F1C3;
}
.AnyTagClassName
{
color: #B3F1C3;
}
</style>
background-color css
<style>
a { background-color: #B3F1C3; }
a { background-color: rgb(179,241,195); }
div.DivClassName
{
background-color: #B3F1C3;
}
.BgClassName
{
background-color: #B3F1C3;
}
</style>
border-color css
<style>
span { border-color: #B3F1C3; }
span { border-color: rgb(179,241,195); }
td.TdClassName
{
border-color: #B3F1C3;
}
.TagClassName
{
border-color: #B3F1C3;
}
</style>