Shades of Granny Apple #B5FACA
Tints of Granny Apple #B5FACA
RGB
CMYK
RGB Variations
Color information
#B5FACA (or 0xB5FACA) is known color: Granny Apple. HEX triplet: B5, FA and CA. RGB value is (181,250,202). Sum of RGB (Red+Green+Blue) = 181+250+202=633 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.59% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 202 (79.30% from 255 or 31.91% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FACA is #4A0535. Grayscale: #E0E0E0. Windows color (decimal): -4850998 or 13302453. OLE color: 13302453.
HSL color Cylindrical-coordinate representation of color #B5FACA: hue angle of 138.26º 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 #B5FACA is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 202 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.02 |
| HSL | 138.26º | 0.87% | 0.85% | - |
| HSV(B) | 138.26º | 0.28% | 0.98% | - |
| XYZ | 63.9 | 82.46 | 68.43 | - |
| YUV | 223.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 202 | 0.28 | 0 | 0.19 | 0.02 | 138.26 | 0.87 | 0.85 |
| Hex | B5 | FA | CA | 1C | 0 | 13 | 2 | 8A | 57 | 55 |
| Octal | 265 | 372 | 312 | 34 | 0 | 23 | 2 | 212 | 127 | 125 |
| Binary | 10110101 | 11111010 | 11001010 | 11100 | 0 | 10011 | 10 | 10001010 | 1010111 | 1010101 |
Color Harmonies of #B5FACA
Complementary color
Monochromatic Colors of #B5FACA
Black with #B5FACA
Text Example
Text Example
White with #B5FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FACA; }
p { color: rgb(181,250,202); }
H1.HeaderClassName
{
color: #B5FACA;
}
.AnyTagClassName
{
color: #B5FACA;
}
</style>
background-color css
<style>
a { background-color: #B5FACA; }
a { background-color: rgb(181,250,202); }
div.DivClassName
{
background-color: #B5FACA;
}
.BgClassName
{
background-color: #B5FACA;
}
</style>
border-color css
<style>
span { border-color: #B5FACA; }
span { border-color: rgb(181,250,202); }
td.TdClassName
{
border-color: #B5FACA;
}
.TagClassName
{
border-color: #B5FACA;
}
</style>