#BAEAC9

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

Shades of Granny Apple #BAEAC9

Tints of Granny Apple #BAEAC9

Color information

#BAEAC9 (or 0xBAEAC9) is unknown color: approx Granny Apple. HEX triplet: BA, EA and C9. RGB value is (186,234,201). Sum of RGB (Red+Green+Blue) = 186+234+201=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC9 is #451536. Grayscale: #D7D7D7. Windows color (decimal): -4527415 or 13232826. OLE color: 13232826.

HSL color Cylindrical-coordinate representation of color #BAEAC9: hue angle of 138.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAC9 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB186234201-
CMYK0.2100.140.08
HSL138.75º53.33%82.35%-
HSV(B)138.75º20.51%91.76%-
XYZ60.2273.566.27-
YUV215.89119.6106.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 234 (91.80% from 255) = 37.68%
BLUE value IS 201 (78.91% from 255) = 32.37%
R=29.95%
G=37.68%
B=32.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342010.2100.140.08138.7553.3382.35
HexBAEAC9150E88b3552
Octal272352311250161021365122
Binary10111010111010101100100110101011101000100010111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAC9; }

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

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

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

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

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

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

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

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