Shades of Celadon #B4ECB5
Tints of Celadon #B4ECB5
RGB
CMYK
RGB Variations
Color information
#B4ECB5 (or 0xB4ECB5) is known color: Celadon. HEX triplet: B4, EC and B5. RGB value is (180,236,181). Sum of RGB (Red+Green+Blue) = 180+236+181=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECB5 is #4B134A. Grayscale: #D5D5D5. Windows color (decimal): -4920139 or 11922612. OLE color: 11922612.
HSL color Cylindrical-coordinate representation of color #B4ECB5: hue angle of 121.07º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4ECB5 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 181 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.07 |
| HSL | 121.07º | 0.6% | 0.82% | - |
| HSV(B) | 121.07º | 0.24% | 0.93% | - |
| XYZ | 57.16 | 73.03 | 54.8 | - |
| YUV | 212.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 181 | 0.24 | 0 | 0.23 | 0.07 | 121.07 | 0.6 | 0.82 |
| Hex | B4 | EC | B5 | 18 | 0 | 17 | 7 | 79 | 3C | 52 |
| Octal | 264 | 354 | 265 | 30 | 0 | 27 | 7 | 171 | 74 | 122 |
| Binary | 10110100 | 11101100 | 10110101 | 11000 | 0 | 10111 | 111 | 1111001 | 111100 | 1010010 |
Color Harmonies of #B4ECB5
Complementary color
Monochromatic Colors of #B4ECB5
Black with #B4ECB5
Text Example
Text Example
White with #B4ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECB5; }
p { color: rgb(180,236,181); }
H1.HeaderClassName
{
color: #B4ECB5;
}
.AnyTagClassName
{
color: #B4ECB5;
}
</style>
background-color css
<style>
a { background-color: #B4ECB5; }
a { background-color: rgb(180,236,181); }
div.DivClassName
{
background-color: #B4ECB5;
}
.BgClassName
{
background-color: #B4ECB5;
}
</style>
border-color css
<style>
span { border-color: #B4ECB5; }
span { border-color: rgb(180,236,181); }
td.TdClassName
{
border-color: #B4ECB5;
}
.TagClassName
{
border-color: #B4ECB5;
}
</style>