Shades of Celadon #B4FBB6
Tints of Celadon #B4FBB6
RGB
CMYK
RGB Variations
Color information
#B4FBB6 (or 0xB4FBB6) is known color: Celadon. HEX triplet: B4, FB and B6. RGB value is (180,251,182). Sum of RGB (Red+Green+Blue) = 180+251+182=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 251 (98.44% from 255 or 40.95% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBB6 is #4B0449. Grayscale: #DEDEDE. Windows color (decimal): -4916298 or 11991988. OLE color: 11991988.
HSL color Cylindrical-coordinate representation of color #B4FBB6: hue angle of 121.69º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBB6 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 182 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.02 |
| HSL | 121.69º | 0.9% | 0.85% | - |
| HSV(B) | 121.69º | 0.28% | 0.98% | - |
| XYZ | 61.76 | 82.08 | 56.84 | - |
| YUV | 221.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 182 | 0.28 | 0 | 0.27 | 0.02 | 121.69 | 0.9 | 0.85 |
| Hex | B4 | FB | B6 | 1C | 0 | 1B | 2 | 7A | 5A | 55 |
| Octal | 264 | 373 | 266 | 34 | 0 | 33 | 2 | 172 | 132 | 125 |
| Binary | 10110100 | 11111011 | 10110110 | 11100 | 0 | 11011 | 10 | 1111010 | 1011010 | 1010101 |
Color Harmonies of #B4FBB6
Complementary color
Monochromatic Colors of #B4FBB6
Black with #B4FBB6
Text Example
Text Example
White with #B4FBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBB6; }
p { color: rgb(180,251,182); }
H1.HeaderClassName
{
color: #B4FBB6;
}
.AnyTagClassName
{
color: #B4FBB6;
}
</style>
background-color css
<style>
a { background-color: #B4FBB6; }
a { background-color: rgb(180,251,182); }
div.DivClassName
{
background-color: #B4FBB6;
}
.BgClassName
{
background-color: #B4FBB6;
}
</style>
border-color css
<style>
span { border-color: #B4FBB6; }
span { border-color: rgb(180,251,182); }
td.TdClassName
{
border-color: #B4FBB6;
}
.TagClassName
{
border-color: #B4FBB6;
}
</style>