Shades of Celadon #BAFDB6
Tints of Celadon #BAFDB6
RGB
CMYK
RGB Variations
Color information
#BAFDB6 (or 0xBAFDB6) is known color: Celadon. HEX triplet: BA, FD and B6. RGB value is (186,253,182). Sum of RGB (Red+Green+Blue) = 186+253+182=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDB6 is #450249. Grayscale: #E1E1E1. Windows color (decimal): -4522570 or 11992506. OLE color: 11992506.
HSL color Cylindrical-coordinate representation of color #BAFDB6: hue angle of 116.62º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFDB6 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
RGB | 186 | 253 | 182 | - |
CMYK | 0.26 | 0 | 0.28 | 0.01 |
HSL | 116.62º | 0.95% | 0.85% | - |
HSV(B) | 116.62º | 0.28% | 0.99% | - |
XYZ | 63.82 | 84.07 | 57.12 | - |
YUV | 224.87 | 103.8 | 100.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 253 | 182 | 0.26 | 0 | 0.28 | 0.01 | 116.62 | 0.95 | 0.85 |
Hex | BA | FD | B6 | 1A | 0 | 1C | 1 | 75 | 5F | 55 |
Octal | 272 | 375 | 266 | 32 | 0 | 34 | 1 | 165 | 137 | 125 |
Binary | 10111010 | 11111101 | 10110110 | 11010 | 0 | 11100 | 1 | 1110101 | 1011111 | 1010101 |
Color Harmonies of #BAFDB6
Complementary color
Monochromatic Colors of #BAFDB6
Black with #BAFDB6
Text Example
Text Example
White with #BAFDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFDB6; }
p { color: rgb(186,253,182); }
H1.HeaderClassName
{
color: #BAFDB6;
}
.AnyTagClassName
{
color: #BAFDB6;
}
</style>
background-color css
<style>
a { background-color: #BAFDB6; }
a { background-color: rgb(186,253,182); }
div.DivClassName
{
background-color: #BAFDB6;
}
.BgClassName
{
background-color: #BAFDB6;
}
</style>
border-color css
<style>
span { border-color: #BAFDB6; }
span { border-color: rgb(186,253,182); }
td.TdClassName
{
border-color: #BAFDB6;
}
.TagClassName
{
border-color: #BAFDB6;
}
</style>