#BAEDC7

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

Shades of Granny Apple #BAEDC7

Tints of Granny Apple #BAEDC7

Color information

#BAEDC7 (or 0xBAEDC7) is unknown color: approx Granny Apple. HEX triplet: BA, ED and C7. RGB value is (186,237,199). Sum of RGB (Red+Green+Blue) = 186+237+199=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDC7 is #451238. Grayscale: #D9D9D9. Windows color (decimal): -4526649 or 13102522. OLE color: 13102522.

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

Color convert

RGB186237199-
CMYK0.2200.160.07
HSL135.29º58.62%82.94%-
HSV(B)135.29º21.52%92.94%-
XYZ60.8475.1365.33-
YUV217.42117.6105.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.90%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=29.90%
G=38.10%
B=31.99%

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
Decimal1862371990.2200.160.07135.2958.6282.94
HexBAEDC7160107873b53
Octal27235530726020720773123
Binary10111010111011011100011110110010000111100001111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDC7; }

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

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

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

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

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

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

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

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