Shades of Fringy Flower #B2F2BD
Tints of Fringy Flower #B2F2BD
RGB
CMYK
RGB Variations
Color information
#B2F2BD (or 0xB2F2BD) is known color: Fringy Flower. HEX triplet: B2, F2 and BD. RGB value is (178,242,189). Sum of RGB (Red+Green+Blue) = 178+242+189=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 242 (94.92% from 255 or 39.74% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F2BD is #4D0D42. Grayscale: #D8D8D8. Windows color (decimal): -5049667 or 12448434. OLE color: 12448434.
HSL color Cylindrical-coordinate representation of color #B2F2BD: hue angle of 130.31º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F2BD is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 189 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.05 |
| HSL | 130.31º | 0.71% | 0.82% | - |
| HSV(B) | 130.31º | 0.26% | 0.95% | - |
| XYZ | 59.3 | 76.64 | 59.81 | - |
| YUV | 216.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 189 | 0.26 | 0 | 0.22 | 0.05 | 130.31 | 0.71 | 0.82 |
| Hex | B2 | F2 | BD | 1A | 0 | 16 | 5 | 82 | 47 | 52 |
| Octal | 262 | 362 | 275 | 32 | 0 | 26 | 5 | 202 | 107 | 122 |
| Binary | 10110010 | 11110010 | 10111101 | 11010 | 0 | 10110 | 101 | 10000010 | 1000111 | 1010010 |
Color Harmonies of #B2F2BD
Complementary color
Monochromatic Colors of #B2F2BD
Black with #B2F2BD
Text Example
Text Example
White with #B2F2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F2BD; }
p { color: rgb(178,242,189); }
H1.HeaderClassName
{
color: #B2F2BD;
}
.AnyTagClassName
{
color: #B2F2BD;
}
</style>
background-color css
<style>
a { background-color: #B2F2BD; }
a { background-color: rgb(178,242,189); }
div.DivClassName
{
background-color: #B2F2BD;
}
.BgClassName
{
background-color: #B2F2BD;
}
</style>
border-color css
<style>
span { border-color: #B2F2BD; }
span { border-color: rgb(178,242,189); }
td.TdClassName
{
border-color: #B2F2BD;
}
.TagClassName
{
border-color: #B2F2BD;
}
</style>