Shades of Celadon #B1FFAE
Tints of Celadon #B1FFAE
RGB
CMYK
RGB Variations
Color information
#B1FFAE (or 0xB1FFAE) is known color: Celadon. HEX triplet: B1, FF and AE. RGB value is (177,255,174). Sum of RGB (Red+Green+Blue) = 177+255+174=606 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.21% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1FFAE is #4E0051. Grayscale: #DEDEDE. Windows color (decimal): -5111890 or 11468721. OLE color: 11468721.
HSL color Cylindrical-coordinate representation of color #B1FFAE: hue angle of 117.78º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1FFAE is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 174 | - |
| CMYK | 0.31 | 0 | 0.32 | 0 |
| HSL | 117.78º | 1% | 0.84% | - |
| HSV(B) | 117.78º | 0.32% | 1% | - |
| XYZ | 61.53 | 83.92 | 53 | - |
| YUV | 222.44 | 100.66 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 174 | 0.31 | 0 | 0.32 | 0 | 117.78 | 1 | 0.84 |
| Hex | B1 | FF | AE | 1F | 0 | 20 | 0 | 76 | 64 | 54 |
| Octal | 261 | 377 | 256 | 37 | 0 | 40 | 0 | 166 | 144 | 124 |
| Binary | 10110001 | 11111111 | 10101110 | 11111 | 0 | 100000 | 0 | 1110110 | 1100100 | 1010100 |
Color Harmonies of #B1FFAE
Complementary color
Monochromatic Colors of #B1FFAE
Black with #B1FFAE
Text Example
Text Example
White with #B1FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFAE; }
p { color: rgb(177,255,174); }
H1.HeaderClassName
{
color: #B1FFAE;
}
.AnyTagClassName
{
color: #B1FFAE;
}
</style>
background-color css
<style>
a { background-color: #B1FFAE; }
a { background-color: rgb(177,255,174); }
div.DivClassName
{
background-color: #B1FFAE;
}
.BgClassName
{
background-color: #B1FFAE;
}
</style>
border-color css
<style>
span { border-color: #B1FFAE; }
span { border-color: rgb(177,255,174); }
td.TdClassName
{
border-color: #B1FFAE;
}
.TagClassName
{
border-color: #B1FFAE;
}
</style>