#BAFAC5

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

Shades of Granny Apple #BAFAC5

Tints of Granny Apple #BAFAC5

Color information

#BAFAC5 (or 0xBAFAC5) is unknown color: approx Granny Apple. HEX triplet: BA, FA and C5. RGB value is (186,250,197). Sum of RGB (Red+Green+Blue) = 186+250+197=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 197 (77.34% from 255 or 31.12% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFAC5 is #45053A. Grayscale: #E0E0E0. Windows color (decimal): -4523323 or 12974778. OLE color: 12974778.

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

Color convert

RGB186250197-
CMYK0.2600.210.02
HSL130.31º86.49%85.49%-
HSV(B)130.31º25.6%98.04%-
XYZ64.5182.8465.41-
YUV224.82112.3100.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 197 (77.34% from 255) = 31.12%
R=29.38%
G=39.49%
B=31.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862501970.2600.210.02130.3186.4985.49
HexBAFAC51A0152825655
Octal272372305320252202126125
Binary10111010111110101100010111010010101101000001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAC5; }

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

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

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

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

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

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

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

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