Shades of Celadon #B2FBB3
Tints of Celadon #B2FBB3
RGB
CMYK
RGB Variations
Color information
#B2FBB3 (or 0xB2FBB3) is known color: Celadon. HEX triplet: B2, FB and B3. RGB value is (178,251,179). Sum of RGB (Red+Green+Blue) = 178+251+179=608 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.28% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 179 (70.31% from 255 or 29.44% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBB3 is #4D044C. Grayscale: #DDDDDD. Windows color (decimal): -5047373 or 11795378. OLE color: 11795378.
HSL color Cylindrical-coordinate representation of color #B2FBB3: hue angle of 120.82º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBB3 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 179 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.02 |
| HSL | 120.82º | 0.9% | 0.84% | - |
| HSV(B) | 120.82º | 0.29% | 0.98% | - |
| XYZ | 60.99 | 81.71 | 55.21 | - |
| YUV | 220.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 179 | 0.29 | 0 | 0.29 | 0.02 | 120.82 | 0.9 | 0.84 |
| Hex | B2 | FB | B3 | 1D | 0 | 1D | 2 | 79 | 5A | 54 |
| Octal | 262 | 373 | 263 | 35 | 0 | 35 | 2 | 171 | 132 | 124 |
| Binary | 10110010 | 11111011 | 10110011 | 11101 | 0 | 11101 | 10 | 1111001 | 1011010 | 1010100 |
Color Harmonies of #B2FBB3
Complementary color
Monochromatic Colors of #B2FBB3
Black with #B2FBB3
Text Example
Text Example
White with #B2FBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBB3; }
p { color: rgb(178,251,179); }
H1.HeaderClassName
{
color: #B2FBB3;
}
.AnyTagClassName
{
color: #B2FBB3;
}
</style>
background-color css
<style>
a { background-color: #B2FBB3; }
a { background-color: rgb(178,251,179); }
div.DivClassName
{
background-color: #B2FBB3;
}
.BgClassName
{
background-color: #B2FBB3;
}
</style>
border-color css
<style>
span { border-color: #B2FBB3; }
span { border-color: rgb(178,251,179); }
td.TdClassName
{
border-color: #B2FBB3;
}
.TagClassName
{
border-color: #B2FBB3;
}
</style>