Shades of Fringy Flower #B2DFBA
Tints of Fringy Flower #B2DFBA
RGB
CMYK
RGB Variations
Color information
#B2DFBA (or 0xB2DFBA) is known color: Fringy Flower. HEX triplet: B2, DF and BA. RGB value is (178,223,186). Sum of RGB (Red+Green+Blue) = 178+223+186=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DFBA is #4D2045. Grayscale: #CDCDCD. Windows color (decimal): -5054534 or 12246962. OLE color: 12246962.
HSL color Cylindrical-coordinate representation of color #B2DFBA: hue angle of 130.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DFBA is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 186 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.13 |
| HSL | 130.67º | 0.41% | 0.79% | - |
| HSV(B) | 130.67º | 0.2% | 0.87% | - |
| XYZ | 53.61 | 65.79 | 56.33 | - |
| YUV | 205.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 186 | 0.20 | 0 | 0.17 | 0.13 | 130.67 | 0.41 | 0.79 |
| Hex | B2 | DF | BA | 14 | 0 | 11 | D | 83 | 29 | 4F |
| Octal | 262 | 337 | 272 | 24 | 0 | 21 | 15 | 203 | 51 | 117 |
| Binary | 10110010 | 11011111 | 10111010 | 10100 | 0 | 10001 | 1101 | 10000011 | 101001 | 1001111 |
Color Harmonies of #B2DFBA
Complementary color
Monochromatic Colors of #B2DFBA
Black with #B2DFBA
Text Example
Text Example
White with #B2DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DFBA; }
p { color: rgb(178,223,186); }
H1.HeaderClassName
{
color: #B2DFBA;
}
.AnyTagClassName
{
color: #B2DFBA;
}
</style>
background-color css
<style>
a { background-color: #B2DFBA; }
a { background-color: rgb(178,223,186); }
div.DivClassName
{
background-color: #B2DFBA;
}
.BgClassName
{
background-color: #B2DFBA;
}
</style>
border-color css
<style>
span { border-color: #B2DFBA; }
span { border-color: rgb(178,223,186); }
td.TdClassName
{
border-color: #B2DFBA;
}
.TagClassName
{
border-color: #B2DFBA;
}
</style>