Shades of Fringy Flower #B4FBC0
Tints of Fringy Flower #B4FBC0
RGB
CMYK
RGB Variations
Color information
#B4FBC0 (or 0xB4FBC0) is known color: Fringy Flower. HEX triplet: B4, FB and C0. RGB value is (180,251,192). Sum of RGB (Red+Green+Blue) = 180+251+192=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 192 (75.39% from 255 or 30.82% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBC0 is #4B043F. Grayscale: #DFDFDF. Windows color (decimal): -4916288 or 12647348. OLE color: 12647348.
HSL color Cylindrical-coordinate representation of color #B4FBC0: hue angle of 130.14º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBC0 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 192 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.02 |
| HSL | 130.14º | 0.9% | 0.85% | - |
| HSV(B) | 130.14º | 0.28% | 0.98% | - |
| XYZ | 62.83 | 82.5 | 62.48 | - |
| YUV | 223.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 192 | 0.28 | 0 | 0.24 | 0.02 | 130.14 | 0.9 | 0.85 |
| Hex | B4 | FB | C0 | 1C | 0 | 18 | 2 | 82 | 5A | 55 |
| Octal | 264 | 373 | 300 | 34 | 0 | 30 | 2 | 202 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11000000 | 11100 | 0 | 11000 | 10 | 10000010 | 1011010 | 1010101 |
Color Harmonies of #B4FBC0
Complementary color
Monochromatic Colors of #B4FBC0
Black with #B4FBC0
Text Example
Text Example
White with #B4FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBC0; }
p { color: rgb(180,251,192); }
H1.HeaderClassName
{
color: #B4FBC0;
}
.AnyTagClassName
{
color: #B4FBC0;
}
</style>
background-color css
<style>
a { background-color: #B4FBC0; }
a { background-color: rgb(180,251,192); }
div.DivClassName
{
background-color: #B4FBC0;
}
.BgClassName
{
background-color: #B4FBC0;
}
</style>
border-color css
<style>
span { border-color: #B4FBC0; }
span { border-color: rgb(180,251,192); }
td.TdClassName
{
border-color: #B4FBC0;
}
.TagClassName
{
border-color: #B4FBC0;
}
</style>