Shades of Fringy Flower #B2DABB
Tints of Fringy Flower #B2DABB
RGB
CMYK
RGB Variations
Color information
#B2DABB (or 0xB2DABB) is known color: Fringy Flower. HEX triplet: B2, DA and BB. RGB value is (178,218,187). Sum of RGB (Red+Green+Blue) = 178+218+187=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DABB is #4D2544. Grayscale: #CACACA. Windows color (decimal): -5055813 or 12311218. OLE color: 12311218.
HSL color Cylindrical-coordinate representation of color #B2DABB: hue angle of 133.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DABB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 187 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.15 |
| HSL | 133.5º | 0.35% | 0.78% | - |
| HSV(B) | 133.5º | 0.18% | 0.85% | - |
| XYZ | 52.4 | 63.2 | 56.45 | - |
| YUV | 202.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 187 | 0.18 | 0 | 0.14 | 0.15 | 133.5 | 0.35 | 0.78 |
| Hex | B2 | DA | BB | 12 | 0 | E | F | 86 | 23 | 4E |
| Octal | 262 | 332 | 273 | 22 | 0 | 16 | 17 | 206 | 43 | 116 |
| Binary | 10110010 | 11011010 | 10111011 | 10010 | 0 | 1110 | 1111 | 10000110 | 100011 | 1001110 |
Color Harmonies of #B2DABB
Complementary color
Monochromatic Colors of #B2DABB
Black with #B2DABB
Text Example
Text Example
White with #B2DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DABB; }
p { color: rgb(178,218,187); }
H1.HeaderClassName
{
color: #B2DABB;
}
.AnyTagClassName
{
color: #B2DABB;
}
</style>
background-color css
<style>
a { background-color: #B2DABB; }
a { background-color: rgb(178,218,187); }
div.DivClassName
{
background-color: #B2DABB;
}
.BgClassName
{
background-color: #B2DABB;
}
</style>
border-color css
<style>
span { border-color: #B2DABB; }
span { border-color: rgb(178,218,187); }
td.TdClassName
{
border-color: #B2DABB;
}
.TagClassName
{
border-color: #B2DABB;
}
</style>