Shades of Granny Apple #B3ECC7
Tints of Granny Apple #B3ECC7
RGB
CMYK
RGB Variations
Color information
#B3ECC7 (or 0xB3ECC7) is known color: Granny Apple. HEX triplet: B3, EC and C7. RGB value is (179,236,199). Sum of RGB (Red+Green+Blue) = 179+236+199=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECC7 is #4C1338. Grayscale: #D6D6D6. Windows color (decimal): -4985657 or 13102259. OLE color: 13102259.
HSL color Cylindrical-coordinate representation of color #B3ECC7: hue angle of 141.05º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECC7 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 199 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.07 |
| HSL | 141.05º | 0.6% | 0.81% | - |
| HSV(B) | 141.05º | 0.24% | 0.93% | - |
| XYZ | 58.89 | 73.7 | 65.15 | - |
| YUV | 214.74 | 119.12 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 199 | 0.24 | 0 | 0.16 | 0.07 | 141.05 | 0.6 | 0.81 |
| Hex | B3 | EC | C7 | 18 | 0 | 10 | 7 | 8D | 3C | 51 |
| Octal | 263 | 354 | 307 | 30 | 0 | 20 | 7 | 215 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11000111 | 11000 | 0 | 10000 | 111 | 10001101 | 111100 | 1010001 |
Color Harmonies of #B3ECC7
Complementary color
Monochromatic Colors of #B3ECC7
Black with #B3ECC7
Text Example
Text Example
White with #B3ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECC7; }
p { color: rgb(179,236,199); }
H1.HeaderClassName
{
color: #B3ECC7;
}
.AnyTagClassName
{
color: #B3ECC7;
}
</style>
background-color css
<style>
a { background-color: #B3ECC7; }
a { background-color: rgb(179,236,199); }
div.DivClassName
{
background-color: #B3ECC7;
}
.BgClassName
{
background-color: #B3ECC7;
}
</style>
border-color css
<style>
span { border-color: #B3ECC7; }
span { border-color: rgb(179,236,199); }
td.TdClassName
{
border-color: #B3ECC7;
}
.TagClassName
{
border-color: #B3ECC7;
}
</style>