Shades of Celadon #B1FDB4
Tints of Celadon #B1FDB4
RGB
CMYK
RGB Variations
Color information
#B1FDB4 (or 0xB1FDB4) is known color: Celadon. HEX triplet: B1, FD and B4. RGB value is (177,253,180). Sum of RGB (Red+Green+Blue) = 177+253+180=610 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.02% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDB4 is #4E024B. Grayscale: #DEDEDE. Windows color (decimal): -5112396 or 11861425. OLE color: 11861425.
HSL color Cylindrical-coordinate representation of color #B1FDB4: hue angle of 122.37º 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 #B1FDB4 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 253 | 180 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.01 |
| HSL | 122.37º | 0.95% | 0.84% | - |
| HSV(B) | 122.37º | 0.3% | 0.99% | - |
| XYZ | 61.49 | 82.89 | 55.94 | - |
| YUV | 221.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 253 | 180 | 0.30 | 0 | 0.29 | 0.01 | 122.37 | 0.95 | 0.84 |
| Hex | B1 | FD | B4 | 1E | 0 | 1D | 1 | 7A | 5F | 54 |
| Octal | 261 | 375 | 264 | 36 | 0 | 35 | 1 | 172 | 137 | 124 |
| Binary | 10110001 | 11111101 | 10110100 | 11110 | 0 | 11101 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #B1FDB4
Complementary color
Monochromatic Colors of #B1FDB4
Black with #B1FDB4
Text Example
Text Example
White with #B1FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FDB4; }
p { color: rgb(177,253,180); }
H1.HeaderClassName
{
color: #B1FDB4;
}
.AnyTagClassName
{
color: #B1FDB4;
}
</style>
background-color css
<style>
a { background-color: #B1FDB4; }
a { background-color: rgb(177,253,180); }
div.DivClassName
{
background-color: #B1FDB4;
}
.BgClassName
{
background-color: #B1FDB4;
}
</style>
border-color css
<style>
span { border-color: #B1FDB4; }
span { border-color: rgb(177,253,180); }
td.TdClassName
{
border-color: #B1FDB4;
}
.TagClassName
{
border-color: #B1FDB4;
}
</style>