Shades of Fringy Flower #B2FCBF
Tints of Fringy Flower #B2FCBF
RGB
CMYK
RGB Variations
Color information
#B2FCBF (or 0xB2FCBF) is known color: Fringy Flower. HEX triplet: B2, FC and BF. RGB value is (178,252,191). Sum of RGB (Red+Green+Blue) = 178+252+191=621 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.66% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 191 (75% from 255 or 30.76% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCBF is #4D0340. Grayscale: #DFDFDF. Windows color (decimal): -5047105 or 12582066. OLE color: 12582066.
HSL color Cylindrical-coordinate representation of color #B2FCBF: hue angle of 130.54º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCBF is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 191 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.01 |
| HSL | 130.54º | 0.93% | 0.84% | - |
| HSV(B) | 130.54º | 0.29% | 0.99% | - |
| XYZ | 62.57 | 82.85 | 61.98 | - |
| YUV | 222.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 191 | 0.29 | 0 | 0.24 | 0.01 | 130.54 | 0.93 | 0.84 |
| Hex | B2 | FC | BF | 1D | 0 | 18 | 1 | 83 | 5C | 54 |
| Octal | 262 | 374 | 277 | 35 | 0 | 30 | 1 | 203 | 134 | 124 |
| Binary | 10110010 | 11111100 | 10111111 | 11101 | 0 | 11000 | 1 | 10000011 | 1011100 | 1010100 |
Color Harmonies of #B2FCBF
Complementary color
Monochromatic Colors of #B2FCBF
Black with #B2FCBF
Text Example
Text Example
White with #B2FCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCBF; }
p { color: rgb(178,252,191); }
H1.HeaderClassName
{
color: #B2FCBF;
}
.AnyTagClassName
{
color: #B2FCBF;
}
</style>
background-color css
<style>
a { background-color: #B2FCBF; }
a { background-color: rgb(178,252,191); }
div.DivClassName
{
background-color: #B2FCBF;
}
.BgClassName
{
background-color: #B2FCBF;
}
</style>
border-color css
<style>
span { border-color: #B2FCBF; }
span { border-color: rgb(178,252,191); }
td.TdClassName
{
border-color: #B2FCBF;
}
.TagClassName
{
border-color: #B2FCBF;
}
</style>