Shades of Water Leaf #B2FDED
Tints of Water Leaf #B2FDED
RGB
CMYK
RGB Variations
Color information
#B2FDED (or 0xB2FDED) is known color: Water Leaf. HEX triplet: B2, FD and ED. RGB value is (178,253,237). Sum of RGB (Red+Green+Blue) = 178+253+237=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDED is #4D0212. Grayscale: #E4E4E4. Windows color (decimal): -5046803 or 15596978. OLE color: 15596978.
HSL color Cylindrical-coordinate representation of color #B2FDED: hue angle of 167.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDED is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 237 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.01 |
| HSL | 167.2º | 0.95% | 0.85% | - |
| HSV(B) | 167.2º | 0.3% | 0.99% | - |
| XYZ | 68.77 | 85.83 | 93.06 | - |
| YUV | 228.75 | 132.65 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 237 | 0.30 | 0 | 0.06 | 0.01 | 167.2 | 0.95 | 0.85 |
| Hex | B2 | FD | ED | 1E | 0 | 6 | 1 | A7 | 5F | 55 |
| Octal | 262 | 375 | 355 | 36 | 0 | 6 | 1 | 247 | 137 | 125 |
| Binary | 10110010 | 11111101 | 11101101 | 11110 | 0 | 110 | 1 | 10100111 | 1011111 | 1010101 |
Color Harmonies of #B2FDED
Complementary color
Monochromatic Colors of #B2FDED
Black with #B2FDED
Text Example
Text Example
White with #B2FDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FDED; }
p { color: rgb(178,253,237); }
H1.HeaderClassName
{
color: #B2FDED;
}
.AnyTagClassName
{
color: #B2FDED;
}
</style>
background-color css
<style>
a { background-color: #B2FDED; }
a { background-color: rgb(178,253,237); }
div.DivClassName
{
background-color: #B2FDED;
}
.BgClassName
{
background-color: #B2FDED;
}
</style>
border-color css
<style>
span { border-color: #B2FDED; }
span { border-color: rgb(178,253,237); }
td.TdClassName
{
border-color: #B2FDED;
}
.TagClassName
{
border-color: #B2FDED;
}
</style>