Shades of Water Leaf #B8F2DB
Tints of Water Leaf #B8F2DB
RGB
CMYK
RGB Variations
Color information
#B8F2DB (or 0xB8F2DB) is known color: Water Leaf. HEX triplet: B8, F2 and DB. RGB value is (184,242,219). Sum of RGB (Red+Green+Blue) = 184+242+219=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 219 (85.94% from 255 or 33.95% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2DB is #470D24. Grayscale: #DEDEDE. Windows color (decimal): -4656421 or 14414520. OLE color: 14414520.
HSL color Cylindrical-coordinate representation of color #B8F2DB: hue angle of 156.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2DB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 184 | 242 | 219 | - |
CMYK | 0.24 | 0 | 0.10 | 0.05 |
HSL | 156.21º | 0.69% | 0.84% | - |
HSV(B) | 156.21º | 0.24% | 0.95% | - |
XYZ | 64.31 | 78.81 | 78.84 | - |
YUV | 222.04 | 126.28 | 100.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 242 | 219 | 0.24 | 0 | 0.10 | 0.05 | 156.21 | 0.69 | 0.84 |
Hex | B8 | F2 | DB | 18 | 0 | A | 5 | 9C | 45 | 54 |
Octal | 270 | 362 | 333 | 30 | 0 | 12 | 5 | 234 | 105 | 124 |
Binary | 10111000 | 11110010 | 11011011 | 11000 | 0 | 1010 | 101 | 10011100 | 1000101 | 1010100 |
Color Harmonies of #B8F2DB
Complementary color
Monochromatic Colors of #B8F2DB
Black with #B8F2DB
Text Example
Text Example
White with #B8F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2DB; }
p { color: rgb(184,242,219); }
H1.HeaderClassName
{
color: #B8F2DB;
}
.AnyTagClassName
{
color: #B8F2DB;
}
</style>
background-color css
<style>
a { background-color: #B8F2DB; }
a { background-color: rgb(184,242,219); }
div.DivClassName
{
background-color: #B8F2DB;
}
.BgClassName
{
background-color: #B8F2DB;
}
</style>
border-color css
<style>
span { border-color: #B8F2DB; }
span { border-color: rgb(184,242,219); }
td.TdClassName
{
border-color: #B8F2DB;
}
.TagClassName
{
border-color: #B8F2DB;
}
</style>