Shades of Water Leaf #B2F3DC
Tints of Water Leaf #B2F3DC
RGB
CMYK
RGB Variations
Color information
#B2F3DC (or 0xB2F3DC) is known color: Water Leaf. HEX triplet: B2, F3 and DC. RGB value is (178,243,220). Sum of RGB (Red+Green+Blue) = 178+243+220=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F3DC is #4D0C23. Grayscale: #DCDCDC. Windows color (decimal): -5049380 or 14480306. OLE color: 14480306.
HSL color Cylindrical-coordinate representation of color #B2F3DC: hue angle of 158.77º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3DC is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 220 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.05 |
| HSL | 158.77º | 0.73% | 0.83% | - |
| HSV(B) | 158.77º | 0.27% | 0.95% | - |
| XYZ | 63.33 | 78.73 | 79.57 | - |
| YUV | 220.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 220 | 0.27 | 0 | 0.09 | 0.05 | 158.77 | 0.73 | 0.83 |
| Hex | B2 | F3 | DC | 1B | 0 | 9 | 5 | 9F | 49 | 53 |
| Octal | 262 | 363 | 334 | 33 | 0 | 11 | 5 | 237 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11011100 | 11011 | 0 | 1001 | 101 | 10011111 | 1001001 | 1010011 |
Color Harmonies of #B2F3DC
Complementary color
Monochromatic Colors of #B2F3DC
Black with #B2F3DC
Text Example
Text Example
White with #B2F3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3DC; }
p { color: rgb(178,243,220); }
H1.HeaderClassName
{
color: #B2F3DC;
}
.AnyTagClassName
{
color: #B2F3DC;
}
</style>
background-color css
<style>
a { background-color: #B2F3DC; }
a { background-color: rgb(178,243,220); }
div.DivClassName
{
background-color: #B2F3DC;
}
.BgClassName
{
background-color: #B2F3DC;
}
</style>
border-color css
<style>
span { border-color: #B2F3DC; }
span { border-color: rgb(178,243,220); }
td.TdClassName
{
border-color: #B2F3DC;
}
.TagClassName
{
border-color: #B2F3DC;
}
</style>