Shades of Celadon #B0FFB5
Tints of Celadon #B0FFB5
RGB
CMYK
RGB Variations
Color information
#B0FFB5 (or 0xB0FFB5) is known color: Celadon. HEX triplet: B0, FF and B5. RGB value is (176,255,181). Sum of RGB (Red+Green+Blue) = 176+255+181=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 181 (71.09% from 255 or 29.58% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFB5 is #4F004A. Grayscale: #DFDFDF. Windows color (decimal): -5177419 or 11927472. OLE color: 11927472.
HSL color Cylindrical-coordinate representation of color #B0FFB5: hue angle of 123.8º 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 #B0FFB5 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 181 | - |
| CMYK | 0.31 | 0 | 0.29 | 0 |
| HSL | 123.8º | 1% | 0.85% | - |
| HSV(B) | 123.8º | 0.31% | 1% | - |
| XYZ | 62 | 84.09 | 56.68 | - |
| YUV | 222.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 181 | 0.31 | 0 | 0.29 | 0 | 123.8 | 1 | 0.85 |
| Hex | B0 | FF | B5 | 1F | 0 | 1D | 0 | 7C | 64 | 55 |
| Octal | 260 | 377 | 265 | 37 | 0 | 35 | 0 | 174 | 144 | 125 |
| Binary | 10110000 | 11111111 | 10110101 | 11111 | 0 | 11101 | 0 | 1111100 | 1100100 | 1010101 |
Color Harmonies of #B0FFB5
Complementary color
Monochromatic Colors of #B0FFB5
Black with #B0FFB5
Text Example
Text Example
White with #B0FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFB5; }
p { color: rgb(176,255,181); }
H1.HeaderClassName
{
color: #B0FFB5;
}
.AnyTagClassName
{
color: #B0FFB5;
}
</style>
background-color css
<style>
a { background-color: #B0FFB5; }
a { background-color: rgb(176,255,181); }
div.DivClassName
{
background-color: #B0FFB5;
}
.BgClassName
{
background-color: #B0FFB5;
}
</style>
border-color css
<style>
span { border-color: #B0FFB5; }
span { border-color: rgb(176,255,181); }
td.TdClassName
{
border-color: #B0FFB5;
}
.TagClassName
{
border-color: #B0FFB5;
}
</style>