Shades of Fringy Flower #B2FBC2
Tints of Fringy Flower #B2FBC2
RGB
CMYK
RGB Variations
Color information
#B2FBC2 (or 0xB2FBC2) is known color: Fringy Flower. HEX triplet: B2, FB and C2. RGB value is (178,251,194). Sum of RGB (Red+Green+Blue) = 178+251+194=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBC2 is #4D043D. Grayscale: #DEDEDE. Windows color (decimal): -5047358 or 12778418. OLE color: 12778418.
HSL color Cylindrical-coordinate representation of color #B2FBC2: hue angle of 133.15º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBC2 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 194 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.02 |
| HSL | 133.15º | 0.9% | 0.84% | - |
| HSV(B) | 133.15º | 0.29% | 0.98% | - |
| XYZ | 62.59 | 82.35 | 63.64 | - |
| YUV | 222.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 194 | 0.29 | 0 | 0.23 | 0.02 | 133.15 | 0.9 | 0.84 |
| Hex | B2 | FB | C2 | 1D | 0 | 17 | 2 | 85 | 5A | 54 |
| Octal | 262 | 373 | 302 | 35 | 0 | 27 | 2 | 205 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11000010 | 11101 | 0 | 10111 | 10 | 10000101 | 1011010 | 1010100 |
Color Harmonies of #B2FBC2
Complementary color
Monochromatic Colors of #B2FBC2
Black with #B2FBC2
Text Example
Text Example
White with #B2FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBC2; }
p { color: rgb(178,251,194); }
H1.HeaderClassName
{
color: #B2FBC2;
}
.AnyTagClassName
{
color: #B2FBC2;
}
</style>
background-color css
<style>
a { background-color: #B2FBC2; }
a { background-color: rgb(178,251,194); }
div.DivClassName
{
background-color: #B2FBC2;
}
.BgClassName
{
background-color: #B2FBC2;
}
</style>
border-color css
<style>
span { border-color: #B2FBC2; }
span { border-color: rgb(178,251,194); }
td.TdClassName
{
border-color: #B2FBC2;
}
.TagClassName
{
border-color: #B2FBC2;
}
</style>