Shades of Granny Apple #B7FCCC
Tints of Granny Apple #B7FCCC
RGB
CMYK
RGB Variations
Color information
#B7FCCC (or 0xB7FCCC) is known color: Granny Apple. HEX triplet: B7, FC and CC. RGB value is (183,252,204). Sum of RGB (Red+Green+Blue) = 183+252+204=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FCCC is #480333. Grayscale: #E2E2E2. Windows color (decimal): -4719412 or 13434039. OLE color: 13434039.
HSL color Cylindrical-coordinate representation of color #B7FCCC: hue angle of 138.26º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7FCCC is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 252 | 204 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.01 |
| HSL | 138.26º | 0.92% | 0.85% | - |
| HSV(B) | 138.26º | 0.27% | 0.99% | - |
| XYZ | 65.24 | 84.05 | 69.91 | - |
| YUV | 225.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 252 | 204 | 0.27 | 0 | 0.19 | 0.01 | 138.26 | 0.92 | 0.85 |
| Hex | B7 | FC | CC | 1B | 0 | 13 | 1 | 8A | 5C | 55 |
| Octal | 267 | 374 | 314 | 33 | 0 | 23 | 1 | 212 | 134 | 125 |
| Binary | 10110111 | 11111100 | 11001100 | 11011 | 0 | 10011 | 1 | 10001010 | 1011100 | 1010101 |
Color Harmonies of #B7FCCC
Complementary color
Monochromatic Colors of #B7FCCC
Black with #B7FCCC
Text Example
Text Example
White with #B7FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FCCC; }
p { color: rgb(183,252,204); }
H1.HeaderClassName
{
color: #B7FCCC;
}
.AnyTagClassName
{
color: #B7FCCC;
}
</style>
background-color css
<style>
a { background-color: #B7FCCC; }
a { background-color: rgb(183,252,204); }
div.DivClassName
{
background-color: #B7FCCC;
}
.BgClassName
{
background-color: #B7FCCC;
}
</style>
border-color css
<style>
span { border-color: #B7FCCC; }
span { border-color: rgb(183,252,204); }
td.TdClassName
{
border-color: #B7FCCC;
}
.TagClassName
{
border-color: #B7FCCC;
}
</style>