Shades of Celadon #B4FFB0
Tints of Celadon #B4FFB0
RGB
CMYK
RGB Variations
Color information
#B4FFB0 (or 0xB4FFB0) is known color: Celadon. HEX triplet: B4, FF and B0. RGB value is (180,255,176). Sum of RGB (Red+Green+Blue) = 180+255+176=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FFB0 is #4B004F. Grayscale: #DFDFDF. Windows color (decimal): -4915280 or 11599796. OLE color: 11599796.
HSL color Cylindrical-coordinate representation of color #B4FFB0: hue angle of 116.96º 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 #B4FFB0 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 176 | - |
| CMYK | 0.29 | 0 | 0.31 | 0 |
| HSL | 116.96º | 1% | 0.85% | - |
| HSV(B) | 116.96º | 0.31% | 1% | - |
| XYZ | 62.42 | 84.36 | 54.07 | - |
| YUV | 223.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 176 | 0.29 | 0 | 0.31 | 0 | 116.96 | 1 | 0.85 |
| Hex | B4 | FF | B0 | 1D | 0 | 1F | 0 | 75 | 64 | 55 |
| Octal | 264 | 377 | 260 | 35 | 0 | 37 | 0 | 165 | 144 | 125 |
| Binary | 10110100 | 11111111 | 10110000 | 11101 | 0 | 11111 | 0 | 1110101 | 1100100 | 1010101 |
Color Harmonies of #B4FFB0
Complementary color
Monochromatic Colors of #B4FFB0
Black with #B4FFB0
Text Example
Text Example
White with #B4FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFB0; }
p { color: rgb(180,255,176); }
H1.HeaderClassName
{
color: #B4FFB0;
}
.AnyTagClassName
{
color: #B4FFB0;
}
</style>
background-color css
<style>
a { background-color: #B4FFB0; }
a { background-color: rgb(180,255,176); }
div.DivClassName
{
background-color: #B4FFB0;
}
.BgClassName
{
background-color: #B4FFB0;
}
</style>
border-color css
<style>
span { border-color: #B4FFB0; }
span { border-color: rgb(180,255,176); }
td.TdClassName
{
border-color: #B4FFB0;
}
.TagClassName
{
border-color: #B4FFB0;
}
</style>