#BAFFC2

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

Shades of Granny Apple #BAFFC2

Tints of Granny Apple #BAFFC2

Color information

#BAFFC2 (or 0xBAFFC2) is unknown color: approx Granny Apple. HEX triplet: BA, FF and C2. RGB value is (186,255,194). Sum of RGB (Red+Green+Blue) = 186+255+194=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC2 is #45003D. Grayscale: #E3E3E3. Windows color (decimal): -4522046 or 12779450. OLE color: 12779450.

HSL color Cylindrical-coordinate representation of color #BAFFC2: hue angle of 126.96º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFC2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB186255194-
CMYK0.2700.240
HSL126.96º100%86.47%-
HSV(B)126.96º27.06%100%-
XYZ65.7585.8564.15-
YUV227.42109.1498.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=29.29%
G=40.16%
B=30.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551940.2700.240126.9610086.47
HexBAFFC21B01807f6456
Octal272377302330300177144126
Binary101110101111111111000010110110110000111111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFC2; }

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

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

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

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

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

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

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

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