Shades of Fringy Flower #B2F8BC
Tints of Fringy Flower #B2F8BC
RGB
CMYK
RGB Variations
Color information
#B2F8BC (or 0xB2F8BC) is known color: Fringy Flower. HEX triplet: B2, F8 and BC. RGB value is (178,248,188). Sum of RGB (Red+Green+Blue) = 178+248+188=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8BC is #4D0743. Grayscale: #DCDCDC. Windows color (decimal): -5048132 or 12384434. OLE color: 12384434.
HSL color Cylindrical-coordinate representation of color #B2F8BC: hue angle of 128.57º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F8BC is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 188 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.03 |
| HSL | 128.57º | 0.83% | 0.84% | - |
| HSV(B) | 128.57º | 0.28% | 0.97% | - |
| XYZ | 61 | 80.23 | 59.85 | - |
| YUV | 220.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 188 | 0.28 | 0 | 0.24 | 0.03 | 128.57 | 0.83 | 0.84 |
| Hex | B2 | F8 | BC | 1C | 0 | 18 | 3 | 81 | 53 | 54 |
| Octal | 262 | 370 | 274 | 34 | 0 | 30 | 3 | 201 | 123 | 124 |
| Binary | 10110010 | 11111000 | 10111100 | 11100 | 0 | 11000 | 11 | 10000001 | 1010011 | 1010100 |
Color Harmonies of #B2F8BC
Complementary color
Monochromatic Colors of #B2F8BC
Black with #B2F8BC
Text Example
Text Example
White with #B2F8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F8BC; }
p { color: rgb(178,248,188); }
H1.HeaderClassName
{
color: #B2F8BC;
}
.AnyTagClassName
{
color: #B2F8BC;
}
</style>
background-color css
<style>
a { background-color: #B2F8BC; }
a { background-color: rgb(178,248,188); }
div.DivClassName
{
background-color: #B2F8BC;
}
.BgClassName
{
background-color: #B2F8BC;
}
</style>
border-color css
<style>
span { border-color: #B2F8BC; }
span { border-color: rgb(178,248,188); }
td.TdClassName
{
border-color: #B2F8BC;
}
.TagClassName
{
border-color: #B2F8BC;
}
</style>