Shades of Water Leaf #B1EDDB
Tints of Water Leaf #B1EDDB
RGB
CMYK
RGB Variations
Color information
#B1EDDB (or 0xB1EDDB) is known color: Water Leaf. HEX triplet: B1, ED and DB. RGB value is (177,237,219). Sum of RGB (Red+Green+Blue) = 177+237+219=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 237 (92.97% from 255 or 37.44% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDDB is #4E1224. Grayscale: #D9D9D9. Windows color (decimal): -5116453 or 14413233. OLE color: 14413233.
HSL color Cylindrical-coordinate representation of color #B1EDDB: hue angle of 162º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDDB is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 177 | 237 | 219 | - |
CMYK | 0.25 | 0 | 0.08 | 0.07 |
HSL | 162º | 0.63% | 0.81% | - |
HSV(B) | 162º | 0.25% | 0.93% | - |
XYZ | 61.2 | 75.03 | 78.27 | - |
YUV | 217.01 | 129.12 | 99.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 237 | 219 | 0.25 | 0 | 0.08 | 0.07 | 162 | 0.63 | 0.81 |
Hex | B1 | ED | DB | 19 | 0 | 8 | 7 | A2 | 3E | 51 |
Octal | 261 | 355 | 333 | 31 | 0 | 10 | 7 | 242 | 76 | 121 |
Binary | 10110001 | 11101101 | 11011011 | 11001 | 0 | 1000 | 111 | 10100010 | 111110 | 1010001 |
Color Harmonies of #B1EDDB
Complementary color
Monochromatic Colors of #B1EDDB
Black with #B1EDDB
Text Example
Text Example
White with #B1EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDDB; }
p { color: rgb(177,237,219); }
H1.HeaderClassName
{
color: #B1EDDB;
}
.AnyTagClassName
{
color: #B1EDDB;
}
</style>
background-color css
<style>
a { background-color: #B1EDDB; }
a { background-color: rgb(177,237,219); }
div.DivClassName
{
background-color: #B1EDDB;
}
.BgClassName
{
background-color: #B1EDDB;
}
</style>
border-color css
<style>
span { border-color: #B1EDDB; }
span { border-color: rgb(177,237,219); }
td.TdClassName
{
border-color: #B1EDDB;
}
.TagClassName
{
border-color: #B1EDDB;
}
</style>