Shades of Water Leaf #B2F3DB
Tints of Water Leaf #B2F3DB
RGB
CMYK
RGB Variations
Color information
#B2F3DB (or 0xB2F3DB) is known color: Water Leaf. HEX triplet: B2, F3 and DB. RGB value is (178,243,219). Sum of RGB (Red+Green+Blue) = 178+243+219=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3DB is #4D0C24. Grayscale: #DCDCDC. Windows color (decimal): -5049381 or 14414770. OLE color: 14414770.
HSL color Cylindrical-coordinate representation of color #B2F3DB: hue angle of 157.85º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3DB is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 219 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.05 |
| HSL | 157.85º | 0.73% | 0.83% | - |
| HSV(B) | 157.85º | 0.27% | 0.95% | - |
| XYZ | 63.2 | 78.68 | 78.87 | - |
| YUV | 220.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 219 | 0.27 | 0 | 0.10 | 0.05 | 157.85 | 0.73 | 0.83 |
| Hex | B2 | F3 | DB | 1B | 0 | A | 5 | 9E | 49 | 53 |
| Octal | 262 | 363 | 333 | 33 | 0 | 12 | 5 | 236 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11011011 | 11011 | 0 | 1010 | 101 | 10011110 | 1001001 | 1010011 |
Color Harmonies of #B2F3DB
Complementary color
Monochromatic Colors of #B2F3DB
Black with #B2F3DB
Text Example
Text Example
White with #B2F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3DB; }
p { color: rgb(178,243,219); }
H1.HeaderClassName
{
color: #B2F3DB;
}
.AnyTagClassName
{
color: #B2F3DB;
}
</style>
background-color css
<style>
a { background-color: #B2F3DB; }
a { background-color: rgb(178,243,219); }
div.DivClassName
{
background-color: #B2F3DB;
}
.BgClassName
{
background-color: #B2F3DB;
}
</style>
border-color css
<style>
span { border-color: #B2F3DB; }
span { border-color: rgb(178,243,219); }
td.TdClassName
{
border-color: #B2F3DB;
}
.TagClassName
{
border-color: #B2F3DB;
}
</style>