Shades of Fringy Flower #B3DABB
Tints of Fringy Flower #B3DABB
RGB
CMYK
RGB Variations
Color information
#B3DABB (or 0xB3DABB) is known color: Fringy Flower. HEX triplet: B3, DA and BB. RGB value is (179,218,187). Sum of RGB (Red+Green+Blue) = 179+218+187=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #B3DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DABB is #4C2544. Grayscale: #CACACA. Windows color (decimal): -4990277 or 12311219. OLE color: 12311219.
HSL color Cylindrical-coordinate representation of color #B3DABB: hue angle of 132.31º 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 #B3DABB is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 218 | 187 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.15 |
| HSL | 132.31º | 0.35% | 0.78% | - |
| HSV(B) | 132.31º | 0.18% | 0.85% | - |
| XYZ | 52.63 | 63.31 | 56.46 | - |
| YUV | 202.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 218 | 187 | 0.18 | 0 | 0.14 | 0.15 | 132.31 | 0.35 | 0.78 |
| Hex | B3 | DA | BB | 12 | 0 | E | F | 84 | 23 | 4E |
| Octal | 263 | 332 | 273 | 22 | 0 | 16 | 17 | 204 | 43 | 116 |
| Binary | 10110011 | 11011010 | 10111011 | 10010 | 0 | 1110 | 1111 | 10000100 | 100011 | 1001110 |
Color Harmonies of #B3DABB
Complementary color
Monochromatic Colors of #B3DABB
Black with #B3DABB
Text Example
Text Example
White with #B3DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DABB; }
p { color: rgb(179,218,187); }
H1.HeaderClassName
{
color: #B3DABB;
}
.AnyTagClassName
{
color: #B3DABB;
}
</style>
background-color css
<style>
a { background-color: #B3DABB; }
a { background-color: rgb(179,218,187); }
div.DivClassName
{
background-color: #B3DABB;
}
.BgClassName
{
background-color: #B3DABB;
}
</style>
border-color css
<style>
span { border-color: #B3DABB; }
span { border-color: rgb(179,218,187); }
td.TdClassName
{
border-color: #B3DABB;
}
.TagClassName
{
border-color: #B3DABB;
}
</style>