#BAEDC6

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

Shades of Granny Apple #BAEDC6

Tints of Granny Apple #BAEDC6

Color information

#BAEDC6 (or 0xBAEDC6) is unknown color: approx Granny Apple. HEX triplet: BA, ED and C6. RGB value is (186,237,198). Sum of RGB (Red+Green+Blue) = 186+237+198=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC6 is #451239. Grayscale: #D9D9D9. Windows color (decimal): -4526650 or 13036986. OLE color: 13036986.

HSL color Cylindrical-coordinate representation of color #BAEDC6: hue angle of 134.12º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDC6 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB186237198-
CMYK0.2200.160.07
HSL134.12º58.62%82.94%-
HSV(B)134.12º21.52%92.94%-
XYZ60.7375.0864.72-
YUV217.3117.1105.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.95%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=29.95%
G=38.16%
B=31.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371980.2200.160.07134.1258.6282.94
HexBAEDC6160107863b53
Octal27235530626020720673123
Binary10111010111011011100011010110010000111100001101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDC6; }

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

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

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

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

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

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

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

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