Shades of Celadon #B0F8B6
Tints of Celadon #B0F8B6
RGB
CMYK
RGB Variations
Color information
#B0F8B6 (or 0xB0F8B6) is known color: Celadon. HEX triplet: B0, F8 and B6. RGB value is (176,248,182). Sum of RGB (Red+Green+Blue) = 176+248+182=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 248 (97.27% from 255 or 40.92% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F8B6 is #4F0749. Grayscale: #DBDBDB. Windows color (decimal): -5179210 or 11991216. OLE color: 11991216.
HSL color Cylindrical-coordinate representation of color #B0F8B6: hue angle of 125º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F8B6 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 182 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.03 |
| HSL | 125º | 0.84% | 0.83% | - |
| HSV(B) | 125º | 0.29% | 0.97% | - |
| XYZ | 59.92 | 79.74 | 56.49 | - |
| YUV | 218.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 182 | 0.29 | 0 | 0.27 | 0.03 | 125 | 0.84 | 0.83 |
| Hex | B0 | F8 | B6 | 1D | 0 | 1B | 3 | 7D | 54 | 53 |
| Octal | 260 | 370 | 266 | 35 | 0 | 33 | 3 | 175 | 124 | 123 |
| Binary | 10110000 | 11111000 | 10110110 | 11101 | 0 | 11011 | 11 | 1111101 | 1010100 | 1010011 |
Color Harmonies of #B0F8B6
Complementary color
Monochromatic Colors of #B0F8B6
Black with #B0F8B6
Text Example
Text Example
White with #B0F8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F8B6; }
p { color: rgb(176,248,182); }
H1.HeaderClassName
{
color: #B0F8B6;
}
.AnyTagClassName
{
color: #B0F8B6;
}
</style>
background-color css
<style>
a { background-color: #B0F8B6; }
a { background-color: rgb(176,248,182); }
div.DivClassName
{
background-color: #B0F8B6;
}
.BgClassName
{
background-color: #B0F8B6;
}
</style>
border-color css
<style>
span { border-color: #B0F8B6; }
span { border-color: rgb(176,248,182); }
td.TdClassName
{
border-color: #B0F8B6;
}
.TagClassName
{
border-color: #B0F8B6;
}
</style>