Shades of Water Leaf #BAFCE2
Tints of Water Leaf #BAFCE2
RGB
CMYK
RGB Variations
Color information
#BAFCE2 (or 0xBAFCE2) is known color: Water Leaf. HEX triplet: BA, FC and E2. RGB value is (186,252,226). Sum of RGB (Red+Green+Blue) = 186+252+226=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCE2 is #45031D. Grayscale: #E5E5E5. Windows color (decimal): -4522782 or 14875834. OLE color: 14875834.
HSL color Cylindrical-coordinate representation of color #BAFCE2: hue angle of 156.36º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCE2 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 186 | 252 | 226 | - |
CMYK | 0.26 | 0 | 0.10 | 0.01 |
HSL | 156.36º | 0.92% | 0.86% | - |
HSV(B) | 156.36º | 0.26% | 0.99% | - |
XYZ | 68.79 | 85.55 | 84.84 | - |
YUV | 229.3 | 126.13 | 97.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 252 | 226 | 0.26 | 0 | 0.10 | 0.01 | 156.36 | 0.92 | 0.86 |
Hex | BA | FC | E2 | 1A | 0 | A | 1 | 9C | 5C | 56 |
Octal | 272 | 374 | 342 | 32 | 0 | 12 | 1 | 234 | 134 | 126 |
Binary | 10111010 | 11111100 | 11100010 | 11010 | 0 | 1010 | 1 | 10011100 | 1011100 | 1010110 |
Color Harmonies of #BAFCE2
Complementary color
Monochromatic Colors of #BAFCE2
Black with #BAFCE2
Text Example
Text Example
White with #BAFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFCE2; }
p { color: rgb(186,252,226); }
H1.HeaderClassName
{
color: #BAFCE2;
}
.AnyTagClassName
{
color: #BAFCE2;
}
</style>
background-color css
<style>
a { background-color: #BAFCE2; }
a { background-color: rgb(186,252,226); }
div.DivClassName
{
background-color: #BAFCE2;
}
.BgClassName
{
background-color: #BAFCE2;
}
</style>
border-color css
<style>
span { border-color: #BAFCE2; }
span { border-color: rgb(186,252,226); }
td.TdClassName
{
border-color: #BAFCE2;
}
.TagClassName
{
border-color: #BAFCE2;
}
</style>