Shades of Celadon #B1FBB5
Tints of Celadon #B1FBB5
RGB
CMYK
RGB Variations
Color information
#B1FBB5 (or 0xB1FBB5) is known color: Celadon. HEX triplet: B1, FB and B5. RGB value is (177,251,181). Sum of RGB (Red+Green+Blue) = 177+251+181=609 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.06% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 181 (71.09% from 255 or 29.72% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBB5 is #4E044A. Grayscale: #DDDDDD. Windows color (decimal): -5112907 or 11926449. OLE color: 11926449.
HSL color Cylindrical-coordinate representation of color #B1FBB5: hue angle of 123.24º degrees, saturation: 0.9, 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 #B1FBB5 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 181 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.02 |
| HSL | 123.24º | 0.9% | 0.84% | - |
| HSV(B) | 123.24º | 0.29% | 0.98% | - |
| XYZ | 60.97 | 81.68 | 56.27 | - |
| YUV | 220.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 181 | 0.29 | 0 | 0.28 | 0.02 | 123.24 | 0.9 | 0.84 |
| Hex | B1 | FB | B5 | 1D | 0 | 1C | 2 | 7B | 5A | 54 |
| Octal | 261 | 373 | 265 | 35 | 0 | 34 | 2 | 173 | 132 | 124 |
| Binary | 10110001 | 11111011 | 10110101 | 11101 | 0 | 11100 | 10 | 1111011 | 1011010 | 1010100 |
Color Harmonies of #B1FBB5
Complementary color
Monochromatic Colors of #B1FBB5
Black with #B1FBB5
Text Example
Text Example
White with #B1FBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBB5; }
p { color: rgb(177,251,181); }
H1.HeaderClassName
{
color: #B1FBB5;
}
.AnyTagClassName
{
color: #B1FBB5;
}
</style>
background-color css
<style>
a { background-color: #B1FBB5; }
a { background-color: rgb(177,251,181); }
div.DivClassName
{
background-color: #B1FBB5;
}
.BgClassName
{
background-color: #B1FBB5;
}
</style>
border-color css
<style>
span { border-color: #B1FBB5; }
span { border-color: rgb(177,251,181); }
td.TdClassName
{
border-color: #B1FBB5;
}
.TagClassName
{
border-color: #B1FBB5;
}
</style>