Shades of Celadon #B8FAB6
Tints of Celadon #B8FAB6
RGB
CMYK
RGB Variations
Color information
#B8FAB6 (or 0xB8FAB6) is known color: Celadon. HEX triplet: B8, FA and B6. RGB value is (184,250,182). Sum of RGB (Red+Green+Blue) = 184+250+182=616 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.87% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FAB6 is #470549. Grayscale: #DEDEDE. Windows color (decimal): -4654410 or 11991736. OLE color: 11991736.
HSL color Cylindrical-coordinate representation of color #B8FAB6: hue angle of 118.24º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FAB6 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 250 | 182 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.02 |
| HSL | 118.24º | 0.87% | 0.85% | - |
| HSV(B) | 118.24º | 0.27% | 0.98% | - |
| XYZ | 62.4 | 81.94 | 56.78 | - |
| YUV | 222.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 250 | 182 | 0.26 | 0 | 0.27 | 0.02 | 118.24 | 0.87 | 0.85 |
| Hex | B8 | FA | B6 | 1A | 0 | 1B | 2 | 76 | 57 | 55 |
| Octal | 270 | 372 | 266 | 32 | 0 | 33 | 2 | 166 | 127 | 125 |
| Binary | 10111000 | 11111010 | 10110110 | 11010 | 0 | 11011 | 10 | 1110110 | 1010111 | 1010101 |
Color Harmonies of #B8FAB6
Complementary color
Monochromatic Colors of #B8FAB6
Black with #B8FAB6
Text Example
Text Example
White with #B8FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FAB6; }
p { color: rgb(184,250,182); }
H1.HeaderClassName
{
color: #B8FAB6;
}
.AnyTagClassName
{
color: #B8FAB6;
}
</style>
background-color css
<style>
a { background-color: #B8FAB6; }
a { background-color: rgb(184,250,182); }
div.DivClassName
{
background-color: #B8FAB6;
}
.BgClassName
{
background-color: #B8FAB6;
}
</style>
border-color css
<style>
span { border-color: #B8FAB6; }
span { border-color: rgb(184,250,182); }
td.TdClassName
{
border-color: #B8FAB6;
}
.TagClassName
{
border-color: #B8FAB6;
}
</style>