Shades of Celadon #B8ECB7
Tints of Celadon #B8ECB7
RGB
CMYK
RGB Variations
Color information
#B8ECB7 (or 0xB8ECB7) is known color: Celadon. HEX triplet: B8, EC and B7. RGB value is (184,236,183). Sum of RGB (Red+Green+Blue) = 184+236+183=603 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.51% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #B8ECB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8ECB7 is #471348. Grayscale: #D6D6D6. Windows color (decimal): -4657993 or 12053688. OLE color: 12053688.
HSL color Cylindrical-coordinate representation of color #B8ECB7: hue angle of 118.87º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8ECB7 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 183 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.07 |
| HSL | 118.87º | 0.58% | 0.82% | - |
| HSV(B) | 118.87º | 0.22% | 0.93% | - |
| XYZ | 58.31 | 73.6 | 55.93 | - |
| YUV | 214.41 | 110.27 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 183 | 0.22 | 0 | 0.22 | 0.07 | 118.87 | 0.58 | 0.82 |
| Hex | B8 | EC | B7 | 16 | 0 | 16 | 7 | 77 | 3A | 52 |
| Octal | 270 | 354 | 267 | 26 | 0 | 26 | 7 | 167 | 72 | 122 |
| Binary | 10111000 | 11101100 | 10110111 | 10110 | 0 | 10110 | 111 | 1110111 | 111010 | 1010010 |
Color Harmonies of #B8ECB7
Complementary color
Monochromatic Colors of #B8ECB7
Black with #B8ECB7
Text Example
Text Example
White with #B8ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECB7; }
p { color: rgb(184,236,183); }
H1.HeaderClassName
{
color: #B8ECB7;
}
.AnyTagClassName
{
color: #B8ECB7;
}
</style>
background-color css
<style>
a { background-color: #B8ECB7; }
a { background-color: rgb(184,236,183); }
div.DivClassName
{
background-color: #B8ECB7;
}
.BgClassName
{
background-color: #B8ECB7;
}
</style>
border-color css
<style>
span { border-color: #B8ECB7; }
span { border-color: rgb(184,236,183); }
td.TdClassName
{
border-color: #B8ECB7;
}
.TagClassName
{
border-color: #B8ECB7;
}
</style>