Shades of Celadon #B4ECB6
Tints of Celadon #B4ECB6
RGB
CMYK
RGB Variations
Color information
#B4ECB6 (or 0xB4ECB6) is known color: Celadon. HEX triplet: B4, EC and B6. RGB value is (180,236,182). Sum of RGB (Red+Green+Blue) = 180+236+182=598 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.10% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #B4ECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4ECB6 is #4B1349. Grayscale: #D5D5D5. Windows color (decimal): -4920138 or 11988148. OLE color: 11988148.
HSL color Cylindrical-coordinate representation of color #B4ECB6: hue angle of 122.14º 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 #B4ECB6 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 182 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.07 |
| HSL | 122.14º | 0.6% | 0.82% | - |
| HSV(B) | 122.14º | 0.24% | 0.93% | - |
| XYZ | 57.26 | 73.07 | 55.34 | - |
| YUV | 213.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 182 | 0.24 | 0 | 0.23 | 0.07 | 122.14 | 0.6 | 0.82 |
| Hex | B4 | EC | B6 | 18 | 0 | 17 | 7 | 7A | 3C | 52 |
| Octal | 264 | 354 | 266 | 30 | 0 | 27 | 7 | 172 | 74 | 122 |
| Binary | 10110100 | 11101100 | 10110110 | 11000 | 0 | 10111 | 111 | 1111010 | 111100 | 1010010 |
Color Harmonies of #B4ECB6
Complementary color
Monochromatic Colors of #B4ECB6
Black with #B4ECB6
Text Example
Text Example
White with #B4ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ECB6; }
p { color: rgb(180,236,182); }
H1.HeaderClassName
{
color: #B4ECB6;
}
.AnyTagClassName
{
color: #B4ECB6;
}
</style>
background-color css
<style>
a { background-color: #B4ECB6; }
a { background-color: rgb(180,236,182); }
div.DivClassName
{
background-color: #B4ECB6;
}
.BgClassName
{
background-color: #B4ECB6;
}
</style>
border-color css
<style>
span { border-color: #B4ECB6; }
span { border-color: rgb(180,236,182); }
td.TdClassName
{
border-color: #B4ECB6;
}
.TagClassName
{
border-color: #B4ECB6;
}
</style>