Shades of Celadon #B2EEB6
Tints of Celadon #B2EEB6
RGB
CMYK
RGB Variations
Color information
#B2EEB6 (or 0xB2EEB6) is known color: Celadon. HEX triplet: B2, EE and B6. RGB value is (178,238,182). Sum of RGB (Red+Green+Blue) = 178+238+182=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EEB6 is #4D1149. Grayscale: #D5D5D5. Windows color (decimal): -5050698 or 11988658. OLE color: 11988658.
HSL color Cylindrical-coordinate representation of color #B2EEB6: hue angle of 124º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EEB6 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 182 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.07 |
| HSL | 124º | 0.64% | 0.82% | - |
| HSV(B) | 124º | 0.25% | 0.93% | - |
| XYZ | 57.38 | 73.99 | 55.51 | - |
| YUV | 213.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 182 | 0.25 | 0 | 0.24 | 0.07 | 124 | 0.64 | 0.82 |
| Hex | B2 | EE | B6 | 19 | 0 | 18 | 7 | 7C | 40 | 52 |
| Octal | 262 | 356 | 266 | 31 | 0 | 30 | 7 | 174 | 100 | 122 |
| Binary | 10110010 | 11101110 | 10110110 | 11001 | 0 | 11000 | 111 | 1111100 | 1000000 | 1010010 |
Color Harmonies of #B2EEB6
Complementary color
Monochromatic Colors of #B2EEB6
Black with #B2EEB6
Text Example
Text Example
White with #B2EEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EEB6; }
p { color: rgb(178,238,182); }
H1.HeaderClassName
{
color: #B2EEB6;
}
.AnyTagClassName
{
color: #B2EEB6;
}
</style>
background-color css
<style>
a { background-color: #B2EEB6; }
a { background-color: rgb(178,238,182); }
div.DivClassName
{
background-color: #B2EEB6;
}
.BgClassName
{
background-color: #B2EEB6;
}
</style>
border-color css
<style>
span { border-color: #B2EEB6; }
span { border-color: rgb(178,238,182); }
td.TdClassName
{
border-color: #B2EEB6;
}
.TagClassName
{
border-color: #B2EEB6;
}
</style>