#BAFEC8

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

Shades of Granny Apple #BAFEC8

Tints of Granny Apple #BAFEC8

Color information

#BAFEC8 (or 0xBAFEC8) is unknown color: approx Granny Apple. HEX triplet: BA, FE and C8. RGB value is (186,254,200). Sum of RGB (Red+Green+Blue) = 186+254+200=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEC8 is #450137. Grayscale: #E3E3E3. Windows color (decimal): -4522296 or 13172410. OLE color: 13172410.

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

Color convert

RGB186254200-
CMYK0.2700.210.00
HSL132.35º97.14%86.27%-
HSV(B)132.35º26.77%99.61%-
XYZ66.1285.4967.66-
YUV227.51112.4798.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=29.06%
G=39.69%
B=31.25%

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
Decimal1862542000.2700.210.00132.3597.1486.27
HexBAFEC81B0150846156
Octal272376310330250204141126
Binary1011101011111110110010001101101010101000010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEC8; }

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

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

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

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

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

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

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

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