Shades of Celadon #B1DFB3
Tints of Celadon #B1DFB3
RGB
CMYK
RGB Variations
Color information
#B1DFB3 (or 0xB1DFB3) is known color: Celadon. HEX triplet: B1, DF and B3. RGB value is (177,223,179). Sum of RGB (Red+Green+Blue) = 177+223+179=579 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.57% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 179 (70.31% from 255 or 30.92% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DFB3 is #4E204C. Grayscale: #CCCCCC. Windows color (decimal): -5120077 or 11788209. OLE color: 11788209.
HSL color Cylindrical-coordinate representation of color #B1DFB3: hue angle of 122.61º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1DFB3 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 179 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.13 |
| HSL | 122.61º | 0.42% | 0.78% | - |
| HSV(B) | 122.61º | 0.21% | 0.87% | - |
| XYZ | 52.66 | 65.38 | 52.49 | - |
| YUV | 204.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 179 | 0.21 | 0 | 0.20 | 0.13 | 122.61 | 0.42 | 0.78 |
| Hex | B1 | DF | B3 | 15 | 0 | 14 | D | 7B | 2A | 4E |
| Octal | 261 | 337 | 263 | 25 | 0 | 24 | 15 | 173 | 52 | 116 |
| Binary | 10110001 | 11011111 | 10110011 | 10101 | 0 | 10100 | 1101 | 1111011 | 101010 | 1001110 |
Color Harmonies of #B1DFB3
Complementary color
Monochromatic Colors of #B1DFB3
Black with #B1DFB3
Text Example
Text Example
White with #B1DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DFB3; }
p { color: rgb(177,223,179); }
H1.HeaderClassName
{
color: #B1DFB3;
}
.AnyTagClassName
{
color: #B1DFB3;
}
</style>
background-color css
<style>
a { background-color: #B1DFB3; }
a { background-color: rgb(177,223,179); }
div.DivClassName
{
background-color: #B1DFB3;
}
.BgClassName
{
background-color: #B1DFB3;
}
</style>
border-color css
<style>
span { border-color: #B1DFB3; }
span { border-color: rgb(177,223,179); }
td.TdClassName
{
border-color: #B1DFB3;
}
.TagClassName
{
border-color: #B1DFB3;
}
</style>