Shades of Water Leaf #B6FFE3
Tints of Water Leaf #B6FFE3
RGB
CMYK
RGB Variations
Color information
#B6FFE3 (or 0xB6FFE3) is known color: Water Leaf. HEX triplet: B6, FF and E3. RGB value is (182,255,227). Sum of RGB (Red+Green+Blue) = 182+255+227=664 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.41% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 227 (89.06% from 255 or 34.19% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFE3 is #49001C. Grayscale: #E6E6E6. Windows color (decimal): -4784157 or 14942134. OLE color: 14942134.
HSL color Cylindrical-coordinate representation of color #B6FFE3: hue angle of 156.99º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFE3 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 227 | - |
| CMYK | 0.29 | 0 | 0.11 | 0 |
| HSL | 156.99º | 1% | 0.86% | - |
| HSV(B) | 156.99º | 0.29% | 1% | - |
| XYZ | 68.92 | 87.01 | 85.84 | - |
| YUV | 229.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 227 | 0.29 | 0 | 0.11 | 0 | 156.99 | 1 | 0.86 |
| Hex | B6 | FF | E3 | 1D | 0 | B | 0 | 9D | 64 | 56 |
| Octal | 266 | 377 | 343 | 35 | 0 | 13 | 0 | 235 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11100011 | 11101 | 0 | 1011 | 0 | 10011101 | 1100100 | 1010110 |
Color Harmonies of #B6FFE3
Complementary color
Monochromatic Colors of #B6FFE3
Black with #B6FFE3
Text Example
Text Example
White with #B6FFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFE3; }
p { color: rgb(182,255,227); }
H1.HeaderClassName
{
color: #B6FFE3;
}
.AnyTagClassName
{
color: #B6FFE3;
}
</style>
background-color css
<style>
a { background-color: #B6FFE3; }
a { background-color: rgb(182,255,227); }
div.DivClassName
{
background-color: #B6FFE3;
}
.BgClassName
{
background-color: #B6FFE3;
}
</style>
border-color css
<style>
span { border-color: #B6FFE3; }
span { border-color: rgb(182,255,227); }
td.TdClassName
{
border-color: #B6FFE3;
}
.TagClassName
{
border-color: #B6FFE3;
}
</style>