Shades of Fringy Flower #B4FBBC
Tints of Fringy Flower #B4FBBC
RGB
CMYK
RGB Variations
Color information
#B4FBBC (or 0xB4FBBC) is known color: Fringy Flower. HEX triplet: B4, FB and BC. RGB value is (180,251,188). Sum of RGB (Red+Green+Blue) = 180+251+188=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 251 (98.44% from 255 or 40.55% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBBC is #4B0443. Grayscale: #DEDEDE. Windows color (decimal): -4916292 or 12385204. OLE color: 12385204.
HSL color Cylindrical-coordinate representation of color #B4FBBC: hue angle of 126.76º 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 #B4FBBC is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 188 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.02 |
| HSL | 126.76º | 0.9% | 0.85% | - |
| HSV(B) | 126.76º | 0.28% | 0.98% | - |
| XYZ | 62.4 | 82.33 | 60.18 | - |
| YUV | 222.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 188 | 0.28 | 0 | 0.25 | 0.02 | 126.76 | 0.9 | 0.85 |
| Hex | B4 | FB | BC | 1C | 0 | 19 | 2 | 7F | 5A | 55 |
| Octal | 264 | 373 | 274 | 34 | 0 | 31 | 2 | 177 | 132 | 125 |
| Binary | 10110100 | 11111011 | 10111100 | 11100 | 0 | 11001 | 10 | 1111111 | 1011010 | 1010101 |
Color Harmonies of #B4FBBC
Complementary color
Monochromatic Colors of #B4FBBC
Black with #B4FBBC
Text Example
Text Example
White with #B4FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBBC; }
p { color: rgb(180,251,188); }
H1.HeaderClassName
{
color: #B4FBBC;
}
.AnyTagClassName
{
color: #B4FBBC;
}
</style>
background-color css
<style>
a { background-color: #B4FBBC; }
a { background-color: rgb(180,251,188); }
div.DivClassName
{
background-color: #B4FBBC;
}
.BgClassName
{
background-color: #B4FBBC;
}
</style>
border-color css
<style>
span { border-color: #B4FBBC; }
span { border-color: rgb(180,251,188); }
td.TdClassName
{
border-color: #B4FBBC;
}
.TagClassName
{
border-color: #B4FBBC;
}
</style>