Shades of Granny Apple #BAFFCB
Tints of Granny Apple #BAFFCB
RGB
CMYK
RGB Variations
Color information
#BAFFCB (or 0xBAFFCB) is known color: Granny Apple. HEX triplet: BA, FF and CB. RGB value is (186,255,203). Sum of RGB (Red+Green+Blue) = 186+255+203=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFCB is #450034. Grayscale: #E4E4E4. Windows color (decimal): -4522037 or 13369274. OLE color: 13369274.
HSL color Cylindrical-coordinate representation of color #BAFFCB: hue angle of 134.78º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFCB is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 203 | - |
| CMYK | 0.27 | 0 | 0.20 | 0 |
| HSL | 134.78º | 1% | 0.86% | - |
| HSV(B) | 134.78º | 0.27% | 1% | - |
| XYZ | 66.79 | 86.27 | 69.63 | - |
| YUV | 228.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 203 | 0.27 | 0 | 0.20 | 0 | 134.78 | 1 | 0.86 |
| Hex | BA | FF | CB | 1B | 0 | 14 | 0 | 87 | 64 | 56 |
| Octal | 272 | 377 | 313 | 33 | 0 | 24 | 0 | 207 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11001011 | 11011 | 0 | 10100 | 0 | 10000111 | 1100100 | 1010110 |
Color Harmonies of #BAFFCB
Complementary color
Monochromatic Colors of #BAFFCB
Black with #BAFFCB
Text Example
Text Example
White with #BAFFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFCB; }
p { color: rgb(186,255,203); }
H1.HeaderClassName
{
color: #BAFFCB;
}
.AnyTagClassName
{
color: #BAFFCB;
}
</style>
background-color css
<style>
a { background-color: #BAFFCB; }
a { background-color: rgb(186,255,203); }
div.DivClassName
{
background-color: #BAFFCB;
}
.BgClassName
{
background-color: #BAFFCB;
}
</style>
border-color css
<style>
span { border-color: #BAFFCB; }
span { border-color: rgb(186,255,203); }
td.TdClassName
{
border-color: #BAFFCB;
}
.TagClassName
{
border-color: #BAFFCB;
}
</style>