Shades of Celadon #B8EBB7
Tints of Celadon #B8EBB7
RGB
CMYK
RGB Variations
Color information
#B8EBB7 (or 0xB8EBB7) is known color: Celadon. HEX triplet: B8, EB and B7. RGB value is (184,235,183). Sum of RGB (Red+Green+Blue) = 184+235+183=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #B8EBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EBB7 is #471448. Grayscale: #D5D5D5. Windows color (decimal): -4658249 or 12053432. OLE color: 12053432.
HSL color Cylindrical-coordinate representation of color #B8EBB7: hue angle of 118.85º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBB7 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 235 | 183 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.08 |
| HSL | 118.85º | 0.57% | 0.82% | - |
| HSV(B) | 118.85º | 0.22% | 0.92% | - |
| XYZ | 58.02 | 73.03 | 55.84 | - |
| YUV | 213.82 | 110.6 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 183 | 0.22 | 0 | 0.22 | 0.08 | 118.85 | 0.57 | 0.82 |
| Hex | B8 | EB | B7 | 16 | 0 | 16 | 8 | 77 | 39 | 52 |
| Octal | 270 | 353 | 267 | 26 | 0 | 26 | 10 | 167 | 71 | 122 |
| Binary | 10111000 | 11101011 | 10110111 | 10110 | 0 | 10110 | 1000 | 1110111 | 111001 | 1010010 |
Color Harmonies of #B8EBB7
Complementary color
Monochromatic Colors of #B8EBB7
Black with #B8EBB7
Text Example
Text Example
White with #B8EBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBB7; }
p { color: rgb(184,235,183); }
H1.HeaderClassName
{
color: #B8EBB7;
}
.AnyTagClassName
{
color: #B8EBB7;
}
</style>
background-color css
<style>
a { background-color: #B8EBB7; }
a { background-color: rgb(184,235,183); }
div.DivClassName
{
background-color: #B8EBB7;
}
.BgClassName
{
background-color: #B8EBB7;
}
</style>
border-color css
<style>
span { border-color: #B8EBB7; }
span { border-color: rgb(184,235,183); }
td.TdClassName
{
border-color: #B8EBB7;
}
.TagClassName
{
border-color: #B8EBB7;
}
</style>