Shades of Celadon #B2E1B3
Tints of Celadon #B2E1B3
RGB
CMYK
RGB Variations
Color information
#B2E1B3 (or 0xB2E1B3) is known color: Celadon. HEX triplet: B2, E1 and B3. RGB value is (178,225,179). Sum of RGB (Red+Green+Blue) = 178+225+179=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E1B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E1B3 is #4D1E4C. Grayscale: #CDCDCD. Windows color (decimal): -5054029 or 11788722. OLE color: 11788722.
HSL color Cylindrical-coordinate representation of color #B2E1B3: hue angle of 121.28º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E1B3 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 225 | 179 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.12 |
| HSL | 121.28º | 0.44% | 0.79% | - |
| HSV(B) | 121.28º | 0.21% | 0.88% | - |
| XYZ | 53.42 | 66.57 | 52.68 | - |
| YUV | 205.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 225 | 179 | 0.21 | 0 | 0.20 | 0.12 | 121.28 | 0.44 | 0.79 |
| Hex | B2 | E1 | B3 | 15 | 0 | 14 | C | 79 | 2C | 4F |
| Octal | 262 | 341 | 263 | 25 | 0 | 24 | 14 | 171 | 54 | 117 |
| Binary | 10110010 | 11100001 | 10110011 | 10101 | 0 | 10100 | 1100 | 1111001 | 101100 | 1001111 |
Color Harmonies of #B2E1B3
Complementary color
Monochromatic Colors of #B2E1B3
Black with #B2E1B3
Text Example
Text Example
White with #B2E1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E1B3; }
p { color: rgb(178,225,179); }
H1.HeaderClassName
{
color: #B2E1B3;
}
.AnyTagClassName
{
color: #B2E1B3;
}
</style>
background-color css
<style>
a { background-color: #B2E1B3; }
a { background-color: rgb(178,225,179); }
div.DivClassName
{
background-color: #B2E1B3;
}
.BgClassName
{
background-color: #B2E1B3;
}
</style>
border-color css
<style>
span { border-color: #B2E1B3; }
span { border-color: rgb(178,225,179); }
td.TdClassName
{
border-color: #B2E1B3;
}
.TagClassName
{
border-color: #B2E1B3;
}
</style>