Shades of Celadon #BAF1B7
Tints of Celadon #BAF1B7
RGB
CMYK
RGB Variations
Color information
#BAF1B7 (or 0xBAF1B7) is known color: Celadon. HEX triplet: BA, F1 and B7. RGB value is (186,241,183). Sum of RGB (Red+Green+Blue) = 186+241+183=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 241 (94.53% from 255 or 39.51% from 610); Blue value is 183 (71.88% from 255 or 30% from 610); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF1B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF1B7 is #450E48. Grayscale: #DADADA. Windows color (decimal): -4525641 or 12054970. OLE color: 12054970.
HSL color Cylindrical-coordinate representation of color #BAF1B7: hue angle of 116.9º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF1B7 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 183 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.05 |
| HSL | 116.9º | 0.67% | 0.83% | - |
| HSV(B) | 116.9º | 0.24% | 0.95% | - |
| XYZ | 60.25 | 76.77 | 56.44 | - |
| YUV | 217.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 183 | 0.23 | 0 | 0.24 | 0.05 | 116.9 | 0.67 | 0.83 |
| Hex | BA | F1 | B7 | 17 | 0 | 18 | 5 | 75 | 43 | 53 |
| Octal | 272 | 361 | 267 | 27 | 0 | 30 | 5 | 165 | 103 | 123 |
| Binary | 10111010 | 11110001 | 10110111 | 10111 | 0 | 11000 | 101 | 1110101 | 1000011 | 1010011 |
Color Harmonies of #BAF1B7
Complementary color
Monochromatic Colors of #BAF1B7
Black with #BAF1B7
Text Example
Text Example
White with #BAF1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF1B7; }
p { color: rgb(186,241,183); }
H1.HeaderClassName
{
color: #BAF1B7;
}
.AnyTagClassName
{
color: #BAF1B7;
}
</style>
background-color css
<style>
a { background-color: #BAF1B7; }
a { background-color: rgb(186,241,183); }
div.DivClassName
{
background-color: #BAF1B7;
}
.BgClassName
{
background-color: #BAF1B7;
}
</style>
border-color css
<style>
span { border-color: #BAF1B7; }
span { border-color: rgb(186,241,183); }
td.TdClassName
{
border-color: #BAF1B7;
}
.TagClassName
{
border-color: #BAF1B7;
}
</style>