#BAFCC2

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

Shades of Granny Apple #BAFCC2

Tints of Granny Apple #BAFCC2

Color information

#BAFCC2 (or 0xBAFCC2) is unknown color: approx Granny Apple. HEX triplet: BA, FC and C2. RGB value is (186,252,194). Sum of RGB (Red+Green+Blue) = 186+252+194=632 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.43% from 632); Green value is 252 (98.83% from 255 or 39.87% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCC2 is #45033D. Grayscale: #E1E1E1. Windows color (decimal): -4522814 or 12778682. OLE color: 12778682.

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

Color convert

RGB186252194-
CMYK0.2600.230.01
HSL127.27º91.67%85.88%-
HSV(B)127.27º26.19%98.82%-
XYZ64.883.9563.83-
YUV225.65110.1399.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.43%
GREEN value IS 252 (98.83% from 255) = 39.87%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=29.43%
G=39.87%
B=30.70%

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
Decimal1862521940.2600.230.01127.2791.6785.88
HexBAFCC21A01717f5c56
Octal272374302320271177134126
Binary101110101111110011000010110100101111111111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCC2; }

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

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

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

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

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

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

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

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