#BAE7CA

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

Shades of Granny Apple #BAE7CA

Tints of Granny Apple #BAE7CA

Color information

#BAE7CA (or 0xBAE7CA) is unknown color: approx Granny Apple. HEX triplet: BA, E7 and CA. RGB value is (186,231,202). Sum of RGB (Red+Green+Blue) = 186+231+202=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7CA is #451835. Grayscale: #D6D6D6. Windows color (decimal): -4528182 or 13297594. OLE color: 13297594.

HSL color Cylindrical-coordinate representation of color #BAE7CA: hue angle of 141.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7CA is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB186231202-
CMYK0.1900.130.09
HSL141.33º48.39%81.76%-
HSV(B)141.33º19.48%90.59%-
XYZ59.4971.8666.61-
YUV214.24121.09107.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.05%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 202 (79.30% from 255) = 32.63%
R=30.05%
G=37.32%
B=32.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312020.1900.130.09141.3348.3981.76
HexBAE7CA130D98d3052
Octal272347312230151121560122
Binary10111010111001111100101010011011011001100011011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7CA; }

 p { color: rgb(186,231,202); }

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

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

 a { background-color: rgb(186,231,202); }

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

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

 span { border-color: rgb(186,231,202); }

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