Shades of Celadon #B3FAB1
Tints of Celadon #B3FAB1
RGB
CMYK
RGB Variations
Color information
#B3FAB1 (or 0xB3FAB1) is known color: Celadon. HEX triplet: B3, FA and B1. RGB value is (179,250,177). Sum of RGB (Red+Green+Blue) = 179+250+177=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FAB1 is #4C054E. Grayscale: #DCDCDC. Windows color (decimal): -4982095 or 11664051. OLE color: 11664051.
HSL color Cylindrical-coordinate representation of color #B3FAB1: hue angle of 118.36º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FAB1 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 250 | 177 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.02 |
| HSL | 118.36º | 0.88% | 0.84% | - |
| HSV(B) | 118.36º | 0.29% | 0.98% | - |
| XYZ | 60.71 | 81.13 | 54.05 | - |
| YUV | 220.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 250 | 177 | 0.28 | 0 | 0.29 | 0.02 | 118.36 | 0.88 | 0.84 |
| Hex | B3 | FA | B1 | 1C | 0 | 1D | 2 | 76 | 58 | 54 |
| Octal | 263 | 372 | 261 | 34 | 0 | 35 | 2 | 166 | 130 | 124 |
| Binary | 10110011 | 11111010 | 10110001 | 11100 | 0 | 11101 | 10 | 1110110 | 1011000 | 1010100 |
Color Harmonies of #B3FAB1
Complementary color
Monochromatic Colors of #B3FAB1
Black with #B3FAB1
Text Example
Text Example
White with #B3FAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FAB1; }
p { color: rgb(179,250,177); }
H1.HeaderClassName
{
color: #B3FAB1;
}
.AnyTagClassName
{
color: #B3FAB1;
}
</style>
background-color css
<style>
a { background-color: #B3FAB1; }
a { background-color: rgb(179,250,177); }
div.DivClassName
{
background-color: #B3FAB1;
}
.BgClassName
{
background-color: #B3FAB1;
}
</style>
border-color css
<style>
span { border-color: #B3FAB1; }
span { border-color: rgb(179,250,177); }
td.TdClassName
{
border-color: #B3FAB1;
}
.TagClassName
{
border-color: #B3FAB1;
}
</style>