Shades of Celadon #B2E2B5
Tints of Celadon #B2E2B5
RGB
CMYK
RGB Variations
Color information
#B2E2B5 (or 0xB2E2B5) is known color: Celadon. HEX triplet: B2, E2 and B5. RGB value is (178,226,181). Sum of RGB (Red+Green+Blue) = 178+226+181=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E2B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E2B5 is #4D1D4A. Grayscale: #CECECE. Windows color (decimal): -5053771 or 11920050. OLE color: 11920050.
HSL color Cylindrical-coordinate representation of color #B2E2B5: hue angle of 123.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E2B5 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
RGB | 178 | 226 | 181 | - |
CMYK | 0.21 | 0 | 0.20 | 0.11 |
HSL | 123.75º | 0.45% | 0.79% | - |
HSV(B) | 123.75º | 0.21% | 0.89% | - |
XYZ | 53.9 | 67.19 | 53.85 | - |
YUV | 206.52 | 113.6 | 107.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 226 | 181 | 0.21 | 0 | 0.20 | 0.11 | 123.75 | 0.45 | 0.79 |
Hex | B2 | E2 | B5 | 15 | 0 | 14 | B | 7C | 2D | 4F |
Octal | 262 | 342 | 265 | 25 | 0 | 24 | 13 | 174 | 55 | 117 |
Binary | 10110010 | 11100010 | 10110101 | 10101 | 0 | 10100 | 1011 | 1111100 | 101101 | 1001111 |
Color Harmonies of #B2E2B5
Complementary color
Monochromatic Colors of #B2E2B5
Black with #B2E2B5
Text Example
Text Example
White with #B2E2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2B5; }
p { color: rgb(178,226,181); }
H1.HeaderClassName
{
color: #B2E2B5;
}
.AnyTagClassName
{
color: #B2E2B5;
}
</style>
background-color css
<style>
a { background-color: #B2E2B5; }
a { background-color: rgb(178,226,181); }
div.DivClassName
{
background-color: #B2E2B5;
}
.BgClassName
{
background-color: #B2E2B5;
}
</style>
border-color css
<style>
span { border-color: #B2E2B5; }
span { border-color: rgb(178,226,181); }
td.TdClassName
{
border-color: #B2E2B5;
}
.TagClassName
{
border-color: #B2E2B5;
}
</style>