Shades of Fringy Flower #B3F3C5
Tints of Fringy Flower #B3F3C5
RGB
CMYK
RGB Variations
Color information
#B3F3C5 (or 0xB3F3C5) is known color: Fringy Flower. HEX triplet: B3, F3 and C5. RGB value is (179,243,197). Sum of RGB (Red+Green+Blue) = 179+243+197=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3C5 is #4C0C3A. Grayscale: #DADADA. Windows color (decimal): -4983867 or 12972979. OLE color: 12972979.
HSL color Cylindrical-coordinate representation of color #B3F3C5: hue angle of 136.88º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F3C5 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 243 | 197 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.05 |
| HSL | 136.88º | 0.73% | 0.83% | - |
| HSV(B) | 136.88º | 0.26% | 0.95% | - |
| XYZ | 60.72 | 77.72 | 64.62 | - |
| YUV | 218.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 243 | 197 | 0.26 | 0 | 0.19 | 0.05 | 136.88 | 0.73 | 0.83 |
| Hex | B3 | F3 | C5 | 1A | 0 | 13 | 5 | 89 | 49 | 53 |
| Octal | 263 | 363 | 305 | 32 | 0 | 23 | 5 | 211 | 111 | 123 |
| Binary | 10110011 | 11110011 | 11000101 | 11010 | 0 | 10011 | 101 | 10001001 | 1001001 | 1010011 |
Color Harmonies of #B3F3C5
Complementary color
Monochromatic Colors of #B3F3C5
Black with #B3F3C5
Text Example
Text Example
White with #B3F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F3C5; }
p { color: rgb(179,243,197); }
H1.HeaderClassName
{
color: #B3F3C5;
}
.AnyTagClassName
{
color: #B3F3C5;
}
</style>
background-color css
<style>
a { background-color: #B3F3C5; }
a { background-color: rgb(179,243,197); }
div.DivClassName
{
background-color: #B3F3C5;
}
.BgClassName
{
background-color: #B3F3C5;
}
</style>
border-color css
<style>
span { border-color: #B3F3C5; }
span { border-color: rgb(179,243,197); }
td.TdClassName
{
border-color: #B3F3C5;
}
.TagClassName
{
border-color: #B3F3C5;
}
</style>