Shades of Celadon #B0E4B3
Tints of Celadon #B0E4B3
RGB
CMYK
RGB Variations
Color information
#B0E4B3 (or 0xB0E4B3) is known color: Celadon. HEX triplet: B0, E4 and B3. RGB value is (176,228,179). Sum of RGB (Red+Green+Blue) = 176+228+179=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 228 (89.45% from 255 or 39.11% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0E4B3 is #4F1B4C. Grayscale: #CFCFCF. Windows color (decimal): -5184333 or 11789488. OLE color: 11789488.
HSL color Cylindrical-coordinate representation of color #B0E4B3: hue angle of 123.46º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E4B3 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 179 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.11 |
| HSL | 123.46º | 0.49% | 0.79% | - |
| HSV(B) | 123.46º | 0.23% | 0.89% | - |
| XYZ | 53.78 | 67.97 | 52.93 | - |
| YUV | 206.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 179 | 0.23 | 0 | 0.21 | 0.11 | 123.46 | 0.49 | 0.79 |
| Hex | B0 | E4 | B3 | 17 | 0 | 15 | B | 7B | 31 | 4F |
| Octal | 260 | 344 | 263 | 27 | 0 | 25 | 13 | 173 | 61 | 117 |
| Binary | 10110000 | 11100100 | 10110011 | 10111 | 0 | 10101 | 1011 | 1111011 | 110001 | 1001111 |
Color Harmonies of #B0E4B3
Complementary color
Monochromatic Colors of #B0E4B3
Black with #B0E4B3
Text Example
Text Example
White with #B0E4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E4B3; }
p { color: rgb(176,228,179); }
H1.HeaderClassName
{
color: #B0E4B3;
}
.AnyTagClassName
{
color: #B0E4B3;
}
</style>
background-color css
<style>
a { background-color: #B0E4B3; }
a { background-color: rgb(176,228,179); }
div.DivClassName
{
background-color: #B0E4B3;
}
.BgClassName
{
background-color: #B0E4B3;
}
</style>
border-color css
<style>
span { border-color: #B0E4B3; }
span { border-color: rgb(176,228,179); }
td.TdClassName
{
border-color: #B0E4B3;
}
.TagClassName
{
border-color: #B0E4B3;
}
</style>