Shades of Granny Apple #B8DFC7
Tints of Granny Apple #B8DFC7
RGB
CMYK
RGB Variations
Color information
#B8DFC7 (or 0xB8DFC7) is known color: Granny Apple. HEX triplet: B8, DF and C7. RGB value is (184,223,199). Sum of RGB (Red+Green+Blue) = 184+223+199=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFC7 is #472038. Grayscale: #D0D0D0. Windows color (decimal): -4661305 or 13098936. OLE color: 13098936.
HSL color Cylindrical-coordinate representation of color #B8DFC7: hue angle of 143.08º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DFC7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 184 | 223 | 199 | - |
CMYK | 0.17 | 0 | 0.11 | 0.13 |
HSL | 143.08º | 0.38% | 0.8% | - |
HSV(B) | 143.08º | 0.17% | 0.87% | - |
XYZ | 56.46 | 67.09 | 64.01 | - |
YUV | 208.6 | 122.58 | 110.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 223 | 199 | 0.17 | 0 | 0.11 | 0.13 | 143.08 | 0.38 | 0.8 |
Hex | B8 | DF | C7 | 11 | 0 | B | D | 8F | 26 | 50 |
Octal | 270 | 337 | 307 | 21 | 0 | 13 | 15 | 217 | 46 | 120 |
Binary | 10111000 | 11011111 | 11000111 | 10001 | 0 | 1011 | 1101 | 10001111 | 100110 | 1010000 |
Color Harmonies of #B8DFC7
Complementary color
Monochromatic Colors of #B8DFC7
Black with #B8DFC7
Text Example
Text Example
White with #B8DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DFC7; }
p { color: rgb(184,223,199); }
H1.HeaderClassName
{
color: #B8DFC7;
}
.AnyTagClassName
{
color: #B8DFC7;
}
</style>
background-color css
<style>
a { background-color: #B8DFC7; }
a { background-color: rgb(184,223,199); }
div.DivClassName
{
background-color: #B8DFC7;
}
.BgClassName
{
background-color: #B8DFC7;
}
</style>
border-color css
<style>
span { border-color: #B8DFC7; }
span { border-color: rgb(184,223,199); }
td.TdClassName
{
border-color: #B8DFC7;
}
.TagClassName
{
border-color: #B8DFC7;
}
</style>