Shades of Granny Apple #B8F2CC
Tints of Granny Apple #B8F2CC
RGB
CMYK
RGB Variations
Color information
#B8F2CC (or 0xB8F2CC) is known color: Granny Apple. HEX triplet: B8, F2 and CC. RGB value is (184,242,204). Sum of RGB (Red+Green+Blue) = 184+242+204=630 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.21% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #B8F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8F2CC is #470D33. Grayscale: #DCDCDC. Windows color (decimal): -4656436 or 13431480. OLE color: 13431480.
HSL color Cylindrical-coordinate representation of color #B8F2CC: hue angle of 140.69º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F2CC is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 242 | 204 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.05 |
| HSL | 140.69º | 0.69% | 0.84% | - |
| HSV(B) | 140.69º | 0.24% | 0.95% | - |
| XYZ | 62.42 | 78.05 | 68.9 | - |
| YUV | 220.33 | 118.78 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 242 | 204 | 0.24 | 0 | 0.16 | 0.05 | 140.69 | 0.69 | 0.84 |
| Hex | B8 | F2 | CC | 18 | 0 | 10 | 5 | 8D | 45 | 54 |
| Octal | 270 | 362 | 314 | 30 | 0 | 20 | 5 | 215 | 105 | 124 |
| Binary | 10111000 | 11110010 | 11001100 | 11000 | 0 | 10000 | 101 | 10001101 | 1000101 | 1010100 |
Color Harmonies of #B8F2CC
Complementary color
Monochromatic Colors of #B8F2CC
Black with #B8F2CC
Text Example
Text Example
White with #B8F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F2CC; }
p { color: rgb(184,242,204); }
H1.HeaderClassName
{
color: #B8F2CC;
}
.AnyTagClassName
{
color: #B8F2CC;
}
</style>
background-color css
<style>
a { background-color: #B8F2CC; }
a { background-color: rgb(184,242,204); }
div.DivClassName
{
background-color: #B8F2CC;
}
.BgClassName
{
background-color: #B8F2CC;
}
</style>
border-color css
<style>
span { border-color: #B8F2CC; }
span { border-color: rgb(184,242,204); }
td.TdClassName
{
border-color: #B8F2CC;
}
.TagClassName
{
border-color: #B8F2CC;
}
</style>