Shades of Celadon #B7E8B6
Tints of Celadon #B7E8B6
RGB
CMYK
RGB Variations
Color information
#B7E8B6 (or 0xB7E8B6) is known color: Celadon. HEX triplet: B7, E8 and B6. RGB value is (183,232,182). Sum of RGB (Red+Green+Blue) = 183+232+182=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 232 (91.02% from 255 or 38.86% from 597); Blue value is 182 (71.48% from 255 or 30.49% from 597); Max value from RGB is 232 - color contains mainly: green. Hex color #B7E8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7E8B6 is #481749. Grayscale: #D3D3D3. Windows color (decimal): -4724554 or 11987127. OLE color: 11987127.
HSL color Cylindrical-coordinate representation of color #B7E8B6: hue angle of 118.8º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7E8B6 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 232 | 182 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.09 |
| HSL | 118.8º | 0.52% | 0.81% | - |
| HSV(B) | 118.8º | 0.22% | 0.91% | - |
| XYZ | 56.83 | 71.16 | 55 | - |
| YUV | 211.65 | 111.27 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 182 | 0.21 | 0 | 0.22 | 0.09 | 118.8 | 0.52 | 0.81 |
| Hex | B7 | E8 | B6 | 15 | 0 | 16 | 9 | 77 | 34 | 51 |
| Octal | 267 | 350 | 266 | 25 | 0 | 26 | 11 | 167 | 64 | 121 |
| Binary | 10110111 | 11101000 | 10110110 | 10101 | 0 | 10110 | 1001 | 1110111 | 110100 | 1010001 |
Color Harmonies of #B7E8B6
Complementary color
Monochromatic Colors of #B7E8B6
Black with #B7E8B6
Text Example
Text Example
White with #B7E8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8B6; }
p { color: rgb(183,232,182); }
H1.HeaderClassName
{
color: #B7E8B6;
}
.AnyTagClassName
{
color: #B7E8B6;
}
</style>
background-color css
<style>
a { background-color: #B7E8B6; }
a { background-color: rgb(183,232,182); }
div.DivClassName
{
background-color: #B7E8B6;
}
.BgClassName
{
background-color: #B7E8B6;
}
</style>
border-color css
<style>
span { border-color: #B7E8B6; }
span { border-color: rgb(183,232,182); }
td.TdClassName
{
border-color: #B7E8B6;
}
.TagClassName
{
border-color: #B7E8B6;
}
</style>