Shades of Granny Apple #B8FDCD
Tints of Granny Apple #B8FDCD
RGB
CMYK
RGB Variations
Color information
#B8FDCD (or 0xB8FDCD) is known color: Granny Apple. HEX triplet: B8, FD and CD. RGB value is (184,253,205). Sum of RGB (Red+Green+Blue) = 184+253+205=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FDCD is #470232. Grayscale: #E3E3E3. Windows color (decimal): -4653619 or 13499832. OLE color: 13499832.
HSL color Cylindrical-coordinate representation of color #B8FDCD: hue angle of 138.26º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDCD is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 205 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.01 |
| HSL | 138.26º | 0.95% | 0.86% | - |
| HSV(B) | 138.26º | 0.27% | 0.99% | - |
| XYZ | 65.91 | 84.85 | 70.66 | - |
| YUV | 226.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 205 | 0.27 | 0 | 0.19 | 0.01 | 138.26 | 0.95 | 0.86 |
| Hex | B8 | FD | CD | 1B | 0 | 13 | 1 | 8A | 5F | 56 |
| Octal | 270 | 375 | 315 | 33 | 0 | 23 | 1 | 212 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11001101 | 11011 | 0 | 10011 | 1 | 10001010 | 1011111 | 1010110 |
Color Harmonies of #B8FDCD
Complementary color
Monochromatic Colors of #B8FDCD
Black with #B8FDCD
Text Example
Text Example
White with #B8FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDCD; }
p { color: rgb(184,253,205); }
H1.HeaderClassName
{
color: #B8FDCD;
}
.AnyTagClassName
{
color: #B8FDCD;
}
</style>
background-color css
<style>
a { background-color: #B8FDCD; }
a { background-color: rgb(184,253,205); }
div.DivClassName
{
background-color: #B8FDCD;
}
.BgClassName
{
background-color: #B8FDCD;
}
</style>
border-color css
<style>
span { border-color: #B8FDCD; }
span { border-color: rgb(184,253,205); }
td.TdClassName
{
border-color: #B8FDCD;
}
.TagClassName
{
border-color: #B8FDCD;
}
</style>