#BAEAC6

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

Shades of Granny Apple #BAEAC6

Tints of Granny Apple #BAEAC6

Color information

#BAEAC6 (or 0xBAEAC6) is unknown color: approx Granny Apple. HEX triplet: BA, EA and C6. RGB value is (186,234,198). Sum of RGB (Red+Green+Blue) = 186+234+198=618 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.10% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC6 is #451539. Grayscale: #D7D7D7. Windows color (decimal): -4527418 or 13036218. OLE color: 13036218.

HSL color Cylindrical-coordinate representation of color #BAEAC6: hue angle of 135º 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 #BAEAC6 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB186234198-
CMYK0.2100.150.08
HSL135º53.33%82.35%-
HSV(B)135º20.51%91.76%-
XYZ59.8773.3664.43-
YUV215.54118.1106.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.10%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 198 (77.73% from 255) = 32.04%
R=30.10%
G=37.86%
B=32.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862341980.2100.150.0813553.3382.35
HexBAEAC6150F8873552
Octal272352306250171020765122
Binary10111010111010101100011010101011111000100001111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAC6; }

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

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

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

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

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

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

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

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