Shades of Celadon #B1FAB3
Tints of Celadon #B1FAB3
RGB
CMYK
RGB Variations
Color information
#B1FAB3 (or 0xB1FAB3) is known color: Celadon. HEX triplet: B1, FA and B3. RGB value is (177,250,179). Sum of RGB (Red+Green+Blue) = 177+250+179=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 179 (70.31% from 255 or 29.54% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FAB3 is #4E054C. Grayscale: #DCDCDC. Windows color (decimal): -5113165 or 11795121. OLE color: 11795121.
HSL color Cylindrical-coordinate representation of color #B1FAB3: hue angle of 121.64º 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 #B1FAB3 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 179 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.02 |
| HSL | 121.64º | 0.88% | 0.84% | - |
| HSV(B) | 121.64º | 0.29% | 0.98% | - |
| XYZ | 60.45 | 80.97 | 55.09 | - |
| YUV | 220.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 179 | 0.29 | 0 | 0.28 | 0.02 | 121.64 | 0.88 | 0.84 |
| Hex | B1 | FA | B3 | 1D | 0 | 1C | 2 | 7A | 58 | 54 |
| Octal | 261 | 372 | 263 | 35 | 0 | 34 | 2 | 172 | 130 | 124 |
| Binary | 10110001 | 11111010 | 10110011 | 11101 | 0 | 11100 | 10 | 1111010 | 1011000 | 1010100 |
Color Harmonies of #B1FAB3
Complementary color
Monochromatic Colors of #B1FAB3
Black with #B1FAB3
Text Example
Text Example
White with #B1FAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FAB3; }
p { color: rgb(177,250,179); }
H1.HeaderClassName
{
color: #B1FAB3;
}
.AnyTagClassName
{
color: #B1FAB3;
}
</style>
background-color css
<style>
a { background-color: #B1FAB3; }
a { background-color: rgb(177,250,179); }
div.DivClassName
{
background-color: #B1FAB3;
}
.BgClassName
{
background-color: #B1FAB3;
}
</style>
border-color css
<style>
span { border-color: #B1FAB3; }
span { border-color: rgb(177,250,179); }
td.TdClassName
{
border-color: #B1FAB3;
}
.TagClassName
{
border-color: #B1FAB3;
}
</style>