Shades of Celadon #BBFDB7
Tints of Celadon #BBFDB7
RGB
CMYK
RGB Variations
Color information
#BBFDB7 (or 0xBBFDB7) is known color: Celadon. HEX triplet: BB, FD and B7. RGB value is (187,253,183). Sum of RGB (Red+Green+Blue) = 187+253+183=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 253 (99.22% from 255 or 40.61% from 623); Blue value is 183 (71.88% from 255 or 29.37% from 623); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDB7 is #440248. Grayscale: #E1E1E1. Windows color (decimal): -4457033 or 12058043. OLE color: 12058043.
HSL color Cylindrical-coordinate representation of color #BBFDB7: hue angle of 116.57º 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 #BBFDB7 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 183 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.01 |
| HSL | 116.57º | 0.95% | 0.85% | - |
| HSV(B) | 116.57º | 0.28% | 0.99% | - |
| XYZ | 64.17 | 84.23 | 57.68 | - |
| YUV | 225.29 | 104.13 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 183 | 0.26 | 0 | 0.28 | 0.01 | 116.57 | 0.95 | 0.85 |
| Hex | BB | FD | B7 | 1A | 0 | 1C | 1 | 75 | 5F | 55 |
| Octal | 273 | 375 | 267 | 32 | 0 | 34 | 1 | 165 | 137 | 125 |
| Binary | 10111011 | 11111101 | 10110111 | 11010 | 0 | 11100 | 1 | 1110101 | 1011111 | 1010101 |
Color Harmonies of #BBFDB7
Complementary color
Monochromatic Colors of #BBFDB7
Black with #BBFDB7
Text Example
Text Example
White with #BBFDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDB7; }
p { color: rgb(187,253,183); }
H1.HeaderClassName
{
color: #BBFDB7;
}
.AnyTagClassName
{
color: #BBFDB7;
}
</style>
background-color css
<style>
a { background-color: #BBFDB7; }
a { background-color: rgb(187,253,183); }
div.DivClassName
{
background-color: #BBFDB7;
}
.BgClassName
{
background-color: #BBFDB7;
}
</style>
border-color css
<style>
span { border-color: #BBFDB7; }
span { border-color: rgb(187,253,183); }
td.TdClassName
{
border-color: #BBFDB7;
}
.TagClassName
{
border-color: #BBFDB7;
}
</style>