#BAFDC4

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

Shades of Granny Apple #BAFDC4

Tints of Granny Apple #BAFDC4

Color information

#BAFDC4 (or 0xBAFDC4) is unknown color: approx Granny Apple. HEX triplet: BA, FD and C4. RGB value is (186,253,196). Sum of RGB (Red+Green+Blue) = 186+253+196=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 253 (99.22% from 255 or 39.84% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDC4 is #45023B. Grayscale: #E2E2E2. Windows color (decimal): -4522556 or 12910010. OLE color: 12910010.

HSL color Cylindrical-coordinate representation of color #BAFDC4: hue angle of 128.96º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDC4 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB186253196-
CMYK0.2600.230.01
HSL128.96º94.37%86.08%-
HSV(B)128.96º26.48%99.22%-
XYZ65.3484.6865.12-
YUV226.47110.899.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 253 (99.22% from 255) = 39.84%
BLUE value IS 196 (76.95% from 255) = 30.87%
R=29.29%
G=39.84%
B=30.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531960.2600.230.01128.9694.3786.08
HexBAFDC41A0171815e56
Octal272375304320271201136126
Binary1011101011111101110001001101001011111000000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDC4; }

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

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

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

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

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

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

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

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