#BAEDC5

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

Shades of Granny Apple #BAEDC5

Tints of Granny Apple #BAEDC5

Color information

#BAEDC5 (or 0xBAEDC5) is unknown color: approx Granny Apple. HEX triplet: BA, ED and C5. RGB value is (186,237,197). Sum of RGB (Red+Green+Blue) = 186+237+197=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 197 (77.34% from 255 or 31.77% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC5 is #45123A. Grayscale: #D9D9D9. Windows color (decimal): -4526651 or 12971450. OLE color: 12971450.

HSL color Cylindrical-coordinate representation of color #BAEDC5: hue angle of 132.94º 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 #BAEDC5 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB186237197-
CMYK0.2200.170.07
HSL132.94º58.62%82.94%-
HSV(B)132.94º21.52%92.94%-
XYZ60.6175.0464.11-
YUV217.19116.6105.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 197 (77.34% from 255) = 31.77%
R=30%
G=38.23%
B=31.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371970.2200.170.07132.9458.6282.94
HexBAEDC5160117853b53
Octal27235530526021720573123
Binary10111010111011011100010110110010001111100001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDC5; }

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

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

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

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

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

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

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

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