Shades of Fringy Flower #B2FABD
Tints of Fringy Flower #B2FABD
RGB
CMYK
RGB Variations
Color information
#B2FABD (or 0xB2FABD) is known color: Fringy Flower. HEX triplet: B2, FA and BD. RGB value is (178,250,189). Sum of RGB (Red+Green+Blue) = 178+250+189=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FABD is #4D0542. Grayscale: #DDDDDD. Windows color (decimal): -5047619 or 12450482. OLE color: 12450482.
HSL color Cylindrical-coordinate representation of color #B2FABD: hue angle of 129.17º 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 #B2FABD is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 189 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.02 |
| HSL | 129.17º | 0.88% | 0.84% | - |
| HSV(B) | 129.17º | 0.29% | 0.98% | - |
| XYZ | 61.73 | 81.51 | 60.62 | - |
| YUV | 221.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 189 | 0.29 | 0 | 0.24 | 0.02 | 129.17 | 0.88 | 0.84 |
| Hex | B2 | FA | BD | 1D | 0 | 18 | 2 | 81 | 58 | 54 |
| Octal | 262 | 372 | 275 | 35 | 0 | 30 | 2 | 201 | 130 | 124 |
| Binary | 10110010 | 11111010 | 10111101 | 11101 | 0 | 11000 | 10 | 10000001 | 1011000 | 1010100 |
Color Harmonies of #B2FABD
Complementary color
Monochromatic Colors of #B2FABD
Black with #B2FABD
Text Example
Text Example
White with #B2FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FABD; }
p { color: rgb(178,250,189); }
H1.HeaderClassName
{
color: #B2FABD;
}
.AnyTagClassName
{
color: #B2FABD;
}
</style>
background-color css
<style>
a { background-color: #B2FABD; }
a { background-color: rgb(178,250,189); }
div.DivClassName
{
background-color: #B2FABD;
}
.BgClassName
{
background-color: #B2FABD;
}
</style>
border-color css
<style>
span { border-color: #B2FABD; }
span { border-color: rgb(178,250,189); }
td.TdClassName
{
border-color: #B2FABD;
}
.TagClassName
{
border-color: #B2FABD;
}
</style>