Shades of Celadon #B1FDB3
Tints of Celadon #B1FDB3
RGB
CMYK
RGB Variations
Color information
#B1FDB3 (or 0xB1FDB3) is known color: Celadon. HEX triplet: B1, FD and B3. RGB value is (177,253,179). Sum of RGB (Red+Green+Blue) = 177+253+179=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDB3 is #4E024C. Grayscale: #DEDEDE. Windows color (decimal): -5112397 or 11795889. OLE color: 11795889.
HSL color Cylindrical-coordinate representation of color #B1FDB3: hue angle of 121.58º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDB3 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 179 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.01 |
| HSL | 121.58º | 0.95% | 0.84% | - |
| HSV(B) | 121.58º | 0.3% | 0.99% | - |
| XYZ | 61.39 | 82.85 | 55.4 | - |
| YUV | 221.84 | 103.82 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 179 | 0.30 | 0 | 0.29 | 0.01 | 121.58 | 0.95 | 0.84 |
| Hex | B1 | FD | B3 | 1E | 0 | 1D | 1 | 7A | 5F | 54 |
| Octal | 261 | 375 | 263 | 36 | 0 | 35 | 1 | 172 | 137 | 124 |
| Binary | 10110001 | 11111101 | 10110011 | 11110 | 0 | 11101 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #B1FDB3
Complementary color
Monochromatic Colors of #B1FDB3
Black with #B1FDB3
Text Example
Text Example
White with #B1FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDB3; }
p { color: rgb(177,253,179); }
H1.HeaderClassName
{
color: #B1FDB3;
}
.AnyTagClassName
{
color: #B1FDB3;
}
</style>
background-color css
<style>
a { background-color: #B1FDB3; }
a { background-color: rgb(177,253,179); }
div.DivClassName
{
background-color: #B1FDB3;
}
.BgClassName
{
background-color: #B1FDB3;
}
</style>
border-color css
<style>
span { border-color: #B1FDB3; }
span { border-color: rgb(177,253,179); }
td.TdClassName
{
border-color: #B1FDB3;
}
.TagClassName
{
border-color: #B1FDB3;
}
</style>