Shades of Granny Apple #B5FAC8
Tints of Granny Apple #B5FAC8
RGB
CMYK
RGB Variations
Color information
#B5FAC8 (or 0xB5FAC8) is known color: Granny Apple. HEX triplet: B5, FA and C8. RGB value is (181,250,200). Sum of RGB (Red+Green+Blue) = 181+250+200=631 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.68% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 200 (78.52% from 255 or 31.70% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FAC8 is #4A0537. Grayscale: #DFDFDF. Windows color (decimal): -4851000 or 13171381. OLE color: 13171381.
HSL color Cylindrical-coordinate representation of color #B5FAC8: hue angle of 136.52º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FAC8 is Cyan = 0.28, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 200 | - |
| CMYK | 0.28 | 0 | 0.2 | 0.02 |
| HSL | 136.52º | 0.87% | 0.85% | - |
| HSV(B) | 136.52º | 0.28% | 0.98% | - |
| XYZ | 63.67 | 82.37 | 67.19 | - |
| YUV | 223.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 200 | 0.28 | 0 | 0.2 | 0.02 | 136.52 | 0.87 | 0.85 |
| Hex | B5 | FA | C8 | 1C | 0 | 14 | 2 | 89 | 57 | 55 |
| Octal | 265 | 372 | 310 | 34 | 0 | 24 | 2 | 211 | 127 | 125 |
| Binary | 10110101 | 11111010 | 11001000 | 11100 | 0 | 10100 | 10 | 10001001 | 1010111 | 1010101 |
Color Harmonies of #B5FAC8
Complementary color
Monochromatic Colors of #B5FAC8
Black with #B5FAC8
Text Example
Text Example
White with #B5FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FAC8; }
p { color: rgb(181,250,200); }
H1.HeaderClassName
{
color: #B5FAC8;
}
.AnyTagClassName
{
color: #B5FAC8;
}
</style>
background-color css
<style>
a { background-color: #B5FAC8; }
a { background-color: rgb(181,250,200); }
div.DivClassName
{
background-color: #B5FAC8;
}
.BgClassName
{
background-color: #B5FAC8;
}
</style>
border-color css
<style>
span { border-color: #B5FAC8; }
span { border-color: rgb(181,250,200); }
td.TdClassName
{
border-color: #B5FAC8;
}
.TagClassName
{
border-color: #B5FAC8;
}
</style>