#BAFAC4

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

Shades of Granny Apple #BAFAC4

Tints of Granny Apple #BAFAC4

Color information

#BAFAC4 (or 0xBAFAC4) is unknown color: approx Granny Apple. HEX triplet: BA, FA and C4. RGB value is (186,250,196). Sum of RGB (Red+Green+Blue) = 186+250+196=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC4 is #45053B. Grayscale: #E0E0E0. Windows color (decimal): -4523324 or 12909242. OLE color: 12909242.

HSL color Cylindrical-coordinate representation of color #BAFAC4: hue angle of 129.38º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFAC4 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB186250196-
CMYK0.2600.220.02
HSL129.38º86.49%85.49%-
HSV(B)129.38º25.6%98.04%-
XYZ64.482.864.81-
YUV224.71111.8100.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 196 (76.95% from 255) = 31.01%
R=29.43%
G=39.56%
B=31.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501960.2600.220.02129.3886.4985.49
HexBAFAC41A0162815655
Octal272372304320262201126125
Binary10111010111110101100010011010010110101000000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAC4; }

 p { color: rgb(186,250,196); }

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

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

 a { background-color: rgb(186,250,196); }

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

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

 span { border-color: rgb(186,250,196); }

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