#BAFEC5

Color #BAFEC5 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BAFEC5

Tints of Granny Apple #BAFEC5

Color information

#BAFEC5 (or 0xBAFEC5) is unknown color: approx Granny Apple. HEX triplet: BA, FE and C5. RGB value is (186,254,197). Sum of RGB (Red+Green+Blue) = 186+254+197=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC5 is #45013A. Grayscale: #E3E3E3. Windows color (decimal): -4522299 or 12975802. OLE color: 12975802.

HSL color Cylindrical-coordinate representation of color #BAFEC5: hue angle of 129.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEC5 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB186254197-
CMYK0.2700.220.00
HSL129.71º97.14%86.27%-
HSV(B)129.71º26.77%99.61%-
XYZ65.7785.3565.83-
YUV227.17110.9798.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 254 (99.61% from 255) = 39.87%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=29.20%
G=39.87%
B=30.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862541970.2700.220.00129.7197.1486.27
HexBAFEC51B0160826156
Octal272376305330260202141126
Binary1011101011111110110001011101101011001000001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEC5; }

 p { color: rgb(186,254,197); }

 H1.HeaderClassName
 {
   color: #BAFEC5;
 }
 .AnyTagClassName
 {
   color: #BAFEC5;
 }
</style>
background-color css

<style>
 a { background-color: #BAFEC5; }

 a { background-color: rgb(186,254,197); }

 div.DivClassName
 {
   background-color: #BAFEC5;
 }
 .BgClassName
 {
   background-color: #BAFEC5;
 }
</style>
border-color css

<style>
 span { border-color: #BAFEC5; }

 span { border-color: rgb(186,254,197); }

 td.TdClassName
 {
   border-color: #BAFEC5;
 }
 .TagClassName
 {
   border-color: #BAFEC5;
 }
</style>