#BAFFC5

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

Shades of Granny Apple #BAFFC5

Tints of Granny Apple #BAFFC5

Color information

#BAFFC5 (or 0xBAFFC5) is unknown color: approx Granny Apple. HEX triplet: BA, FF and C5. RGB value is (186,255,197). Sum of RGB (Red+Green+Blue) = 186+255+197=638 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.15% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFC5 is #45003A. Grayscale: #E3E3E3. Windows color (decimal): -4522043 or 12976058. OLE color: 12976058.

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

Color convert

RGB186255197-
CMYK0.2700.230
HSL129.57º100%86.47%-
HSV(B)129.57º27.06%100%-
XYZ66.0985.9965.94-
YUV227.76110.6498.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.15%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=29.15%
G=39.97%
B=30.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862551970.2700.230129.5710086.47
HexBAFFC51B0170826456
Octal272377305330270202144126
Binary1011101011111111110001011101101011101000001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFC5; }

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

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

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

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

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

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

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

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