Shades of Celadon #B6FFB2
Tints of Celadon #B6FFB2
RGB
CMYK
RGB Variations
Color information
#B6FFB2 (or 0xB6FFB2) is known color: Celadon. HEX triplet: B6, FF and B2. RGB value is (182,255,178). Sum of RGB (Red+Green+Blue) = 182+255+178=615 (81% of max value = 765). Red value is 182 (71.48% from 255 or 29.59% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 178 (69.92% from 255 or 28.94% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FFB2 is #49004D. Grayscale: #E0E0E0. Windows color (decimal): -4784206 or 11730870. OLE color: 11730870.
HSL color Cylindrical-coordinate representation of color #B6FFB2: hue angle of 116.88º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6FFB2 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 178 | - |
| CMYK | 0.29 | 0 | 0.30 | 0 |
| HSL | 116.88º | 1% | 0.85% | - |
| HSV(B) | 116.88º | 0.3% | 1% | - |
| XYZ | 63.09 | 84.68 | 55.14 | - |
| YUV | 224.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 178 | 0.29 | 0 | 0.30 | 0 | 116.88 | 1 | 0.85 |
| Hex | B6 | FF | B2 | 1D | 0 | 1E | 0 | 75 | 64 | 55 |
| Octal | 266 | 377 | 262 | 35 | 0 | 36 | 0 | 165 | 144 | 125 |
| Binary | 10110110 | 11111111 | 10110010 | 11101 | 0 | 11110 | 0 | 1110101 | 1100100 | 1010101 |
Color Harmonies of #B6FFB2
Complementary color
Monochromatic Colors of #B6FFB2
Black with #B6FFB2
Text Example
Text Example
White with #B6FFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFB2; }
p { color: rgb(182,255,178); }
H1.HeaderClassName
{
color: #B6FFB2;
}
.AnyTagClassName
{
color: #B6FFB2;
}
</style>
background-color css
<style>
a { background-color: #B6FFB2; }
a { background-color: rgb(182,255,178); }
div.DivClassName
{
background-color: #B6FFB2;
}
.BgClassName
{
background-color: #B6FFB2;
}
</style>
border-color css
<style>
span { border-color: #B6FFB2; }
span { border-color: rgb(182,255,178); }
td.TdClassName
{
border-color: #B6FFB2;
}
.TagClassName
{
border-color: #B6FFB2;
}
</style>