#BAFEC9

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

Shades of Granny Apple #BAFEC9

Tints of Granny Apple #BAFEC9

Color information

#BAFEC9 (or 0xBAFEC9) is unknown color: approx Granny Apple. HEX triplet: BA, FE and C9. RGB value is (186,254,201). Sum of RGB (Red+Green+Blue) = 186+254+201=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC9 is #450136. Grayscale: #E3E3E3. Windows color (decimal): -4522295 or 13237946. OLE color: 13237946.

HSL color Cylindrical-coordinate representation of color #BAFEC9: hue angle of 133.24º 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 #BAFEC9 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB186254201-
CMYK0.2700.210.00
HSL133.24º97.14%86.27%-
HSV(B)133.24º26.77%99.61%-
XYZ66.2385.5468.28-
YUV227.63112.9798.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=29.02%
G=39.63%
B=31.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542010.2700.210.00133.2497.1486.27
HexBAFEC91B0150856156
Octal272376311330250205141126
Binary1011101011111110110010011101101010101000010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEC9; }

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

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

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

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

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

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

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

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