#BAE9CA

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

Shades of Granny Apple #BAE9CA

Tints of Granny Apple #BAE9CA

Color information

#BAE9CA (or 0xBAE9CA) is unknown color: approx Granny Apple. HEX triplet: BA, E9 and CA. RGB value is (186,233,202). Sum of RGB (Red+Green+Blue) = 186+233+202=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9CA is #451635. Grayscale: #D7D7D7. Windows color (decimal): -4527670 or 13298106. OLE color: 13298106.

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

Color convert

RGB186233202-
CMYK0.2000.130.09
HSL140.43º51.65%82.16%-
HSV(B)140.43º20.17%91.37%-
XYZ60.0572.9866.8-
YUV215.41120.43107.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 233 (91.41% from 255) = 37.52%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=29.95%
G=37.52%
B=32.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332020.2000.130.09140.4351.6582.16
HexBAE9CA140D98c3452
Octal272351312240151121464122
Binary10111010111010011100101010100011011001100011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9CA; }

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

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

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

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

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

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

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

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