Shades of Celadon #BAFEB7
Tints of Celadon #BAFEB7
RGB
CMYK
RGB Variations
Color information
#BAFEB7 (or 0xBAFEB7) is known color: Celadon. HEX triplet: BA, FE and B7. RGB value is (186,254,183). Sum of RGB (Red+Green+Blue) = 186+254+183=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEB7 is #450148. Grayscale: #E1E1E1. Windows color (decimal): -4522313 or 12058298. OLE color: 12058298.
HSL color Cylindrical-coordinate representation of color #BAFEB7: hue angle of 117.46º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFEB7 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
RGB | 186 | 254 | 183 | - |
CMYK | 0.27 | 0 | 0.28 | 0.00 |
HSL | 117.46º | 0.97% | 0.86% | - |
HSV(B) | 117.46º | 0.28% | 1% | - |
XYZ | 64.24 | 84.74 | 57.77 | - |
YUV | 225.57 | 103.97 | 99.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 254 | 183 | 0.27 | 0 | 0.28 | 0.00 | 117.46 | 0.97 | 0.86 |
Hex | BA | FE | B7 | 1B | 0 | 1C | 0 | 75 | 61 | 56 |
Octal | 272 | 376 | 267 | 33 | 0 | 34 | 0 | 165 | 141 | 126 |
Binary | 10111010 | 11111110 | 10110111 | 11011 | 0 | 11100 | 0 | 1110101 | 1100001 | 1010110 |
Color Harmonies of #BAFEB7
Complementary color
Monochromatic Colors of #BAFEB7
Black with #BAFEB7
Text Example
Text Example
White with #BAFEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFEB7; }
p { color: rgb(186,254,183); }
H1.HeaderClassName
{
color: #BAFEB7;
}
.AnyTagClassName
{
color: #BAFEB7;
}
</style>
background-color css
<style>
a { background-color: #BAFEB7; }
a { background-color: rgb(186,254,183); }
div.DivClassName
{
background-color: #BAFEB7;
}
.BgClassName
{
background-color: #BAFEB7;
}
</style>
border-color css
<style>
span { border-color: #BAFEB7; }
span { border-color: rgb(186,254,183); }
td.TdClassName
{
border-color: #BAFEB7;
}
.TagClassName
{
border-color: #BAFEB7;
}
</style>