Shades of Fringy Flower #B2F0BC
Tints of Fringy Flower #B2F0BC
RGB
CMYK
RGB Variations
Color information
#B2F0BC (or 0xB2F0BC) is known color: Fringy Flower. HEX triplet: B2, F0 and BC. RGB value is (178,240,188). Sum of RGB (Red+Green+Blue) = 178+240+188=606 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.37% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0BC is #4D0F43. Grayscale: #D7D7D7. Windows color (decimal): -5050180 or 12382386. OLE color: 12382386.
HSL color Cylindrical-coordinate representation of color #B2F0BC: hue angle of 129.68º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0BC is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 188 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.06 |
| HSL | 129.68º | 0.67% | 0.82% | - |
| HSV(B) | 129.68º | 0.26% | 0.94% | - |
| XYZ | 58.6 | 75.42 | 59.05 | - |
| YUV | 215.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 188 | 0.26 | 0 | 0.22 | 0.06 | 129.68 | 0.67 | 0.82 |
| Hex | B2 | F0 | BC | 1A | 0 | 16 | 6 | 82 | 43 | 52 |
| Octal | 262 | 360 | 274 | 32 | 0 | 26 | 6 | 202 | 103 | 122 |
| Binary | 10110010 | 11110000 | 10111100 | 11010 | 0 | 10110 | 110 | 10000010 | 1000011 | 1010010 |
Color Harmonies of #B2F0BC
Complementary color
Monochromatic Colors of #B2F0BC
Black with #B2F0BC
Text Example
Text Example
White with #B2F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0BC; }
p { color: rgb(178,240,188); }
H1.HeaderClassName
{
color: #B2F0BC;
}
.AnyTagClassName
{
color: #B2F0BC;
}
</style>
background-color css
<style>
a { background-color: #B2F0BC; }
a { background-color: rgb(178,240,188); }
div.DivClassName
{
background-color: #B2F0BC;
}
.BgClassName
{
background-color: #B2F0BC;
}
</style>
border-color css
<style>
span { border-color: #B2F0BC; }
span { border-color: rgb(178,240,188); }
td.TdClassName
{
border-color: #B2F0BC;
}
.TagClassName
{
border-color: #B2F0BC;
}
</style>