Shades of Celadon #B1E4B5
Tints of Celadon #B1E4B5
RGB
CMYK
RGB Variations
Color information
#B1E4B5 (or 0xB1E4B5) is known color: Celadon. HEX triplet: B1, E4 and B5. RGB value is (177,228,181). Sum of RGB (Red+Green+Blue) = 177+228+181=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E4B5 is #4E1B4A. Grayscale: #CFCFCF. Windows color (decimal): -5118795 or 11920561. OLE color: 11920561.
HSL color Cylindrical-coordinate representation of color #B1E4B5: hue angle of 124.71º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E4B5 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 181 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.11 |
| HSL | 124.71º | 0.49% | 0.79% | - |
| HSV(B) | 124.71º | 0.22% | 0.89% | - |
| XYZ | 54.22 | 68.17 | 54.02 | - |
| YUV | 207.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 181 | 0.22 | 0 | 0.21 | 0.11 | 124.71 | 0.49 | 0.79 |
| Hex | B1 | E4 | B5 | 16 | 0 | 15 | B | 7D | 31 | 4F |
| Octal | 261 | 344 | 265 | 26 | 0 | 25 | 13 | 175 | 61 | 117 |
| Binary | 10110001 | 11100100 | 10110101 | 10110 | 0 | 10101 | 1011 | 1111101 | 110001 | 1001111 |
Color Harmonies of #B1E4B5
Complementary color
Monochromatic Colors of #B1E4B5
Black with #B1E4B5
Text Example
Text Example
White with #B1E4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E4B5; }
p { color: rgb(177,228,181); }
H1.HeaderClassName
{
color: #B1E4B5;
}
.AnyTagClassName
{
color: #B1E4B5;
}
</style>
background-color css
<style>
a { background-color: #B1E4B5; }
a { background-color: rgb(177,228,181); }
div.DivClassName
{
background-color: #B1E4B5;
}
.BgClassName
{
background-color: #B1E4B5;
}
</style>
border-color css
<style>
span { border-color: #B1E4B5; }
span { border-color: rgb(177,228,181); }
td.TdClassName
{
border-color: #B1E4B5;
}
.TagClassName
{
border-color: #B1E4B5;
}
</style>