#BAE5C7

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

Shades of Granny Apple #BAE5C7

Tints of Granny Apple #BAE5C7

Color information

#BAE5C7 (or 0xBAE5C7) is unknown color: approx Granny Apple. HEX triplet: BA, E5 and C7. RGB value is (186,229,199). Sum of RGB (Red+Green+Blue) = 186+229+199=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 199 (78.12% from 255 or 32.41% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5C7 is #451A38. Grayscale: #D4D4D4. Windows color (decimal): -4528697 or 13100474. OLE color: 13100474.

HSL color Cylindrical-coordinate representation of color #BAE5C7: hue angle of 138.14º 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 #BAE5C7 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB186229199-
CMYK0.1900.130.10
HSL138.14º45.26%81.37%-
HSV(B)138.14º18.78%89.8%-
XYZ58.5870.664.57-
YUV212.72120.25108.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 199 (78.12% from 255) = 32.41%
R=30.29%
G=37.30%
B=32.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291990.1900.130.10138.1445.2681.37
HexBAE5C7130DA8a2d51
Octal272345307230151221255121
Binary10111010111001011100011110011011011010100010101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5C7; }

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

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

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

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

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

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

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

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