#BAFDC2

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

Shades of Granny Apple #BAFDC2

Tints of Granny Apple #BAFDC2

Color information

#BAFDC2 (or 0xBAFDC2) is unknown color: approx Granny Apple. HEX triplet: BA, FD and C2. RGB value is (186,253,194). Sum of RGB (Red+Green+Blue) = 186+253+194=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 253 (99.22% from 255 or 39.97% from 633); Blue value is 194 (76.17% from 255 or 30.65% from 633); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDC2 is #45023D. Grayscale: #E2E2E2. Windows color (decimal): -4522558 or 12778938. OLE color: 12778938.

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

Color convert

RGB186253194-
CMYK0.2600.230.01
HSL127.16º94.37%86.08%-
HSV(B)127.16º26.48%99.22%-
XYZ65.1184.5863.93-
YUV226.24109.899.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.38%
GREEN value IS 253 (99.22% from 255) = 39.97%
BLUE value IS 194 (76.17% from 255) = 30.65%
R=29.38%
G=39.97%
B=30.65%

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
Decimal1862531940.2600.230.01127.1694.3786.08
HexBAFDC21A01717f5e56
Octal272375302320271177136126
Binary101110101111110111000010110100101111111111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDC2; }

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

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

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

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

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

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

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

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