Shades of Fringy Flower #B3F0C4
Tints of Fringy Flower #B3F0C4
RGB
CMYK
RGB Variations
Color information
#B3F0C4 (or 0xB3F0C4) is known color: Fringy Flower. HEX triplet: B3, F0 and C4. RGB value is (179,240,196). Sum of RGB (Red+Green+Blue) = 179+240+196=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 240 (94.14% from 255 or 39.02% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0C4 is #4C0F3B. Grayscale: #D8D8D8. Windows color (decimal): -4984636 or 12906675. OLE color: 12906675.
HSL color Cylindrical-coordinate representation of color #B3F0C4: hue angle of 136.72º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0C4 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 196 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.06 |
| HSL | 136.72º | 0.67% | 0.82% | - |
| HSV(B) | 136.72º | 0.25% | 0.94% | - |
| XYZ | 59.71 | 75.89 | 63.73 | - |
| YUV | 216.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 196 | 0.25 | 0 | 0.18 | 0.06 | 136.72 | 0.67 | 0.82 |
| Hex | B3 | F0 | C4 | 19 | 0 | 12 | 6 | 89 | 43 | 52 |
| Octal | 263 | 360 | 304 | 31 | 0 | 22 | 6 | 211 | 103 | 122 |
| Binary | 10110011 | 11110000 | 11000100 | 11001 | 0 | 10010 | 110 | 10001001 | 1000011 | 1010010 |
Color Harmonies of #B3F0C4
Complementary color
Monochromatic Colors of #B3F0C4
Black with #B3F0C4
Text Example
Text Example
White with #B3F0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0C4; }
p { color: rgb(179,240,196); }
H1.HeaderClassName
{
color: #B3F0C4;
}
.AnyTagClassName
{
color: #B3F0C4;
}
</style>
background-color css
<style>
a { background-color: #B3F0C4; }
a { background-color: rgb(179,240,196); }
div.DivClassName
{
background-color: #B3F0C4;
}
.BgClassName
{
background-color: #B3F0C4;
}
</style>
border-color css
<style>
span { border-color: #B3F0C4; }
span { border-color: rgb(179,240,196); }
td.TdClassName
{
border-color: #B3F0C4;
}
.TagClassName
{
border-color: #B3F0C4;
}
</style>