#BAE5C9

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

Shades of Granny Apple #BAE5C9

Tints of Granny Apple #BAE5C9

Color information

#BAE5C9 (or 0xBAE5C9) is unknown color: approx Granny Apple. HEX triplet: BA, E5 and C9. RGB value is (186,229,201). Sum of RGB (Red+Green+Blue) = 186+229+201=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 229 (89.84% from 255 or 37.18% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5C9 is #451A36. Grayscale: #D5D5D5. Windows color (decimal): -4528695 or 13231546. OLE color: 13231546.

HSL color Cylindrical-coordinate representation of color #BAE5C9: hue angle of 140.93º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5C9 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB186229201-
CMYK0.1900.120.10
HSL140.93º45.26%81.37%-
HSV(B)140.93º18.78%89.8%-
XYZ58.8170.6965.8-
YUV212.95121.25108.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.19%
GREEN value IS 229 (89.84% from 255) = 37.18%
BLUE value IS 201 (78.91% from 255) = 32.63%
R=30.19%
G=37.18%
B=32.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292010.1900.120.10140.9345.2681.37
HexBAE5C9130CA8d2d51
Octal272345311230141221555121
Binary10111010111001011100100110011011001010100011011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5C9; }

 p { color: rgb(186,229,201); }

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

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

 a { background-color: rgb(186,229,201); }

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

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

 span { border-color: rgb(186,229,201); }

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