Shades of Water Leaf #B2F1DA
Tints of Water Leaf #B2F1DA
RGB
CMYK
RGB Variations
Color information
#B2F1DA (or 0xB2F1DA) is known color: Water Leaf. HEX triplet: B2, F1 and DA. RGB value is (178,241,218). Sum of RGB (Red+Green+Blue) = 178+241+218=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1DA is #4D0E25. Grayscale: #DBDBDB. Windows color (decimal): -5049894 or 14348722. OLE color: 14348722.
HSL color Cylindrical-coordinate representation of color #B2F1DA: hue angle of 158.1º degrees, saturation: 0.69, 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 #B2F1DA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 218 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.05 |
| HSL | 158.1º | 0.69% | 0.82% | - |
| HSV(B) | 158.1º | 0.26% | 0.95% | - |
| XYZ | 62.47 | 77.44 | 77.98 | - |
| YUV | 219.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 218 | 0.26 | 0 | 0.10 | 0.05 | 158.1 | 0.69 | 0.82 |
| Hex | B2 | F1 | DA | 1A | 0 | A | 5 | 9E | 45 | 52 |
| Octal | 262 | 361 | 332 | 32 | 0 | 12 | 5 | 236 | 105 | 122 |
| Binary | 10110010 | 11110001 | 11011010 | 11010 | 0 | 1010 | 101 | 10011110 | 1000101 | 1010010 |
Color Harmonies of #B2F1DA
Complementary color
Monochromatic Colors of #B2F1DA
Black with #B2F1DA
Text Example
Text Example
White with #B2F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F1DA; }
p { color: rgb(178,241,218); }
H1.HeaderClassName
{
color: #B2F1DA;
}
.AnyTagClassName
{
color: #B2F1DA;
}
</style>
background-color css
<style>
a { background-color: #B2F1DA; }
a { background-color: rgb(178,241,218); }
div.DivClassName
{
background-color: #B2F1DA;
}
.BgClassName
{
background-color: #B2F1DA;
}
</style>
border-color css
<style>
span { border-color: #B2F1DA; }
span { border-color: rgb(178,241,218); }
td.TdClassName
{
border-color: #B2F1DA;
}
.TagClassName
{
border-color: #B2F1DA;
}
</style>