Shades of Celadon #B1FFB5
Tints of Celadon #B1FFB5
RGB
CMYK
RGB Variations
Color information
#B1FFB5 (or 0xB1FFB5) is known color: Celadon. HEX triplet: B1, FF and B5. RGB value is (177,255,181). Sum of RGB (Red+Green+Blue) = 177+255+181=613 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.87% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFB5 is #4E004A. Grayscale: #DFDFDF. Windows color (decimal): -5111883 or 11927473. OLE color: 11927473.
HSL color Cylindrical-coordinate representation of color #B1FFB5: hue angle of 123.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFB5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 181 | - |
| CMYK | 0.31 | 0 | 0.29 | 0 |
| HSL | 123.08º | 1% | 0.85% | - |
| HSV(B) | 123.08º | 0.31% | 1% | - |
| XYZ | 62.23 | 84.2 | 56.69 | - |
| YUV | 223.24 | 104.16 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 181 | 0.31 | 0 | 0.29 | 0 | 123.08 | 1 | 0.85 |
| Hex | B1 | FF | B5 | 1F | 0 | 1D | 0 | 7B | 64 | 55 |
| Octal | 261 | 377 | 265 | 37 | 0 | 35 | 0 | 173 | 144 | 125 |
| Binary | 10110001 | 11111111 | 10110101 | 11111 | 0 | 11101 | 0 | 1111011 | 1100100 | 1010101 |
Color Harmonies of #B1FFB5
Complementary color
Monochromatic Colors of #B1FFB5
Black with #B1FFB5
Text Example
Text Example
White with #B1FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFB5; }
p { color: rgb(177,255,181); }
H1.HeaderClassName
{
color: #B1FFB5;
}
.AnyTagClassName
{
color: #B1FFB5;
}
</style>
background-color css
<style>
a { background-color: #B1FFB5; }
a { background-color: rgb(177,255,181); }
div.DivClassName
{
background-color: #B1FFB5;
}
.BgClassName
{
background-color: #B1FFB5;
}
</style>
border-color css
<style>
span { border-color: #B1FFB5; }
span { border-color: rgb(177,255,181); }
td.TdClassName
{
border-color: #B1FFB5;
}
.TagClassName
{
border-color: #B1FFB5;
}
</style>