Shades of Granny Apple #B7F3CA
Tints of Granny Apple #B7F3CA
RGB
CMYK
RGB Variations
Color information
#B7F3CA (or 0xB7F3CA) is known color: Granny Apple. HEX triplet: B7, F3 and CA. RGB value is (183,243,202). Sum of RGB (Red+Green+Blue) = 183+243+202=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F3CA is #480C35. Grayscale: #DCDCDC. Windows color (decimal): -4721718 or 13300663. OLE color: 13300663.
HSL color Cylindrical-coordinate representation of color #B7F3CA: hue angle of 139º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3CA is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 202 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.05 |
| HSL | 139º | 0.71% | 0.84% | - |
| HSV(B) | 139º | 0.25% | 0.95% | - |
| XYZ | 62.24 | 78.43 | 67.74 | - |
| YUV | 220.39 | 117.62 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 202 | 0.25 | 0 | 0.17 | 0.05 | 139 | 0.71 | 0.84 |
| Hex | B7 | F3 | CA | 19 | 0 | 11 | 5 | 8B | 47 | 54 |
| Octal | 267 | 363 | 312 | 31 | 0 | 21 | 5 | 213 | 107 | 124 |
| Binary | 10110111 | 11110011 | 11001010 | 11001 | 0 | 10001 | 101 | 10001011 | 1000111 | 1010100 |
Color Harmonies of #B7F3CA
Complementary color
Monochromatic Colors of #B7F3CA
Black with #B7F3CA
Text Example
Text Example
White with #B7F3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3CA; }
p { color: rgb(183,243,202); }
H1.HeaderClassName
{
color: #B7F3CA;
}
.AnyTagClassName
{
color: #B7F3CA;
}
</style>
background-color css
<style>
a { background-color: #B7F3CA; }
a { background-color: rgb(183,243,202); }
div.DivClassName
{
background-color: #B7F3CA;
}
.BgClassName
{
background-color: #B7F3CA;
}
</style>
border-color css
<style>
span { border-color: #B7F3CA; }
span { border-color: rgb(183,243,202); }
td.TdClassName
{
border-color: #B7F3CA;
}
.TagClassName
{
border-color: #B7F3CA;
}
</style>