Shades of Celadon #B1EEB1
Tints of Celadon #B1EEB1
RGB
CMYK
RGB Variations
Color information
#B1EEB1 (or 0xB1EEB1) is known color: Celadon. HEX triplet: B1, EE and B1. RGB value is (177,238,177). Sum of RGB (Red+Green+Blue) = 177+238+177=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EEB1 is #4E114E. Grayscale: #D4D4D4. Windows color (decimal): -5116239 or 11660977. OLE color: 11660977.
HSL color Cylindrical-coordinate representation of color #B1EEB1: hue angle of 120º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEB1 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 177 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.07 |
| HSL | 120º | 0.64% | 0.81% | - |
| HSV(B) | 120º | 0.26% | 0.93% | - |
| XYZ | 56.64 | 73.67 | 52.83 | - |
| YUV | 212.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 177 | 0.26 | 0 | 0.26 | 0.07 | 120 | 0.64 | 0.81 |
| Hex | B1 | EE | B1 | 1A | 0 | 1A | 7 | 78 | 40 | 51 |
| Octal | 261 | 356 | 261 | 32 | 0 | 32 | 7 | 170 | 100 | 121 |
| Binary | 10110001 | 11101110 | 10110001 | 11010 | 0 | 11010 | 111 | 1111000 | 1000000 | 1010001 |
Color Harmonies of #B1EEB1
Complementary color
Monochromatic Colors of #B1EEB1
Black with #B1EEB1
Text Example
Text Example
White with #B1EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EEB1; }
p { color: rgb(177,238,177); }
H1.HeaderClassName
{
color: #B1EEB1;
}
.AnyTagClassName
{
color: #B1EEB1;
}
</style>
background-color css
<style>
a { background-color: #B1EEB1; }
a { background-color: rgb(177,238,177); }
div.DivClassName
{
background-color: #B1EEB1;
}
.BgClassName
{
background-color: #B1EEB1;
}
</style>
border-color css
<style>
span { border-color: #B1EEB1; }
span { border-color: rgb(177,238,177); }
td.TdClassName
{
border-color: #B1EEB1;
}
.TagClassName
{
border-color: #B1EEB1;
}
</style>