Shades of Celadon #BAFAB7
Tints of Celadon #BAFAB7
RGB
CMYK
RGB Variations
Color information
#BAFAB7 (or 0xBAFAB7) is known color: Celadon. HEX triplet: BA, FA and B7. RGB value is (186,250,183). Sum of RGB (Red+Green+Blue) = 186+250+183=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 183 (71.88% from 255 or 29.56% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAB7 is #450548. Grayscale: #DFDFDF. Windows color (decimal): -4523337 or 12057274. OLE color: 12057274.
HSL color Cylindrical-coordinate representation of color #BAFAB7: hue angle of 117.31º 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 #BAFAB7 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 250 | 183 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.02 |
| HSL | 117.31º | 0.87% | 0.85% | - |
| HSV(B) | 117.31º | 0.27% | 0.98% | - |
| XYZ | 62.98 | 82.23 | 57.35 | - |
| YUV | 223.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 250 | 183 | 0.26 | 0 | 0.27 | 0.02 | 117.31 | 0.87 | 0.85 |
| Hex | BA | FA | B7 | 1A | 0 | 1B | 2 | 75 | 57 | 55 |
| Octal | 272 | 372 | 267 | 32 | 0 | 33 | 2 | 165 | 127 | 125 |
| Binary | 10111010 | 11111010 | 10110111 | 11010 | 0 | 11011 | 10 | 1110101 | 1010111 | 1010101 |
Color Harmonies of #BAFAB7
Complementary color
Monochromatic Colors of #BAFAB7
Black with #BAFAB7
Text Example
Text Example
White with #BAFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFAB7; }
p { color: rgb(186,250,183); }
H1.HeaderClassName
{
color: #BAFAB7;
}
.AnyTagClassName
{
color: #BAFAB7;
}
</style>
background-color css
<style>
a { background-color: #BAFAB7; }
a { background-color: rgb(186,250,183); }
div.DivClassName
{
background-color: #BAFAB7;
}
.BgClassName
{
background-color: #BAFAB7;
}
</style>
border-color css
<style>
span { border-color: #BAFAB7; }
span { border-color: rgb(186,250,183); }
td.TdClassName
{
border-color: #BAFAB7;
}
.TagClassName
{
border-color: #BAFAB7;
}
</style>