Shades of Fringy Flower #B2FAB8
Tints of Fringy Flower #B2FAB8
RGB
CMYK
RGB Variations
Color information
#B2FAB8 (or 0xB2FAB8) is known color: Fringy Flower. HEX triplet: B2, FA and B8. RGB value is (178,250,184). Sum of RGB (Red+Green+Blue) = 178+250+184=612 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.08% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FAB8 is #4D0547. Grayscale: #DDDDDD. Windows color (decimal): -5047624 or 12122802. OLE color: 12122802.
HSL color Cylindrical-coordinate representation of color #B2FAB8: hue angle of 125º degrees, saturation: 0.88, 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 #B2FAB8 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 184 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.02 |
| HSL | 125º | 0.88% | 0.84% | - |
| HSV(B) | 125º | 0.29% | 0.98% | - |
| XYZ | 61.2 | 81.3 | 57.81 | - |
| YUV | 220.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 184 | 0.29 | 0 | 0.26 | 0.02 | 125 | 0.88 | 0.84 |
| Hex | B2 | FA | B8 | 1D | 0 | 1A | 2 | 7D | 58 | 54 |
| Octal | 262 | 372 | 270 | 35 | 0 | 32 | 2 | 175 | 130 | 124 |
| Binary | 10110010 | 11111010 | 10111000 | 11101 | 0 | 11010 | 10 | 1111101 | 1011000 | 1010100 |
Color Harmonies of #B2FAB8
Complementary color
Monochromatic Colors of #B2FAB8
Black with #B2FAB8
Text Example
Text Example
White with #B2FAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FAB8; }
p { color: rgb(178,250,184); }
H1.HeaderClassName
{
color: #B2FAB8;
}
.AnyTagClassName
{
color: #B2FAB8;
}
</style>
background-color css
<style>
a { background-color: #B2FAB8; }
a { background-color: rgb(178,250,184); }
div.DivClassName
{
background-color: #B2FAB8;
}
.BgClassName
{
background-color: #B2FAB8;
}
</style>
border-color css
<style>
span { border-color: #B2FAB8; }
span { border-color: rgb(178,250,184); }
td.TdClassName
{
border-color: #B2FAB8;
}
.TagClassName
{
border-color: #B2FAB8;
}
</style>