Shades of Celadon #BAF0B7
Tints of Celadon #BAF0B7
RGB
CMYK
RGB Variations
Color information
#BAF0B7 (or 0xBAF0B7) is known color: Celadon. HEX triplet: BA, F0 and B7. RGB value is (186,240,183). Sum of RGB (Red+Green+Blue) = 186+240+183=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 183 (71.88% from 255 or 30.05% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0B7 is #450F48. Grayscale: #D9D9D9. Windows color (decimal): -4525897 or 12054714. OLE color: 12054714.
HSL color Cylindrical-coordinate representation of color #BAF0B7: hue angle of 116.84º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF0B7 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 183 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.06 |
| HSL | 116.84º | 0.66% | 0.83% | - |
| HSV(B) | 116.84º | 0.24% | 0.94% | - |
| XYZ | 59.96 | 76.18 | 56.34 | - |
| YUV | 217.36 | 108.61 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 183 | 0.22 | 0 | 0.24 | 0.06 | 116.84 | 0.66 | 0.83 |
| Hex | BA | F0 | B7 | 16 | 0 | 18 | 6 | 75 | 42 | 53 |
| Octal | 272 | 360 | 267 | 26 | 0 | 30 | 6 | 165 | 102 | 123 |
| Binary | 10111010 | 11110000 | 10110111 | 10110 | 0 | 11000 | 110 | 1110101 | 1000010 | 1010011 |
Color Harmonies of #BAF0B7
Complementary color
Monochromatic Colors of #BAF0B7
Black with #BAF0B7
Text Example
Text Example
White with #BAF0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0B7; }
p { color: rgb(186,240,183); }
H1.HeaderClassName
{
color: #BAF0B7;
}
.AnyTagClassName
{
color: #BAF0B7;
}
</style>
background-color css
<style>
a { background-color: #BAF0B7; }
a { background-color: rgb(186,240,183); }
div.DivClassName
{
background-color: #BAF0B7;
}
.BgClassName
{
background-color: #BAF0B7;
}
</style>
border-color css
<style>
span { border-color: #BAF0B7; }
span { border-color: rgb(186,240,183); }
td.TdClassName
{
border-color: #BAF0B7;
}
.TagClassName
{
border-color: #BAF0B7;
}
</style>