#BAEEC7

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

Shades of Granny Apple #BAEEC7

Tints of Granny Apple #BAEEC7

Color information

#BAEEC7 (or 0xBAEEC7) is unknown color: approx Granny Apple. HEX triplet: BA, EE and C7. RGB value is (186,238,199). Sum of RGB (Red+Green+Blue) = 186+238+199=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC7 is #451138. Grayscale: #DADADA. Windows color (decimal): -4526393 or 13102778. OLE color: 13102778.

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

Color convert

RGB186238199-
CMYK0.2200.160.07
HSL135º60.47%83.14%-
HSV(B)135º21.85%93.33%-
XYZ61.1375.7165.42-
YUV218.01117.27105.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 238 (93.36% from 255) = 38.20%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=29.86%
G=38.20%
B=31.94%

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
Decimal1862381990.2200.160.0713560.4783.14
HexBAEEC7160107873c53
Octal27235630726020720774123
Binary10111010111011101100011110110010000111100001111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEC7; }

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

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

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

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

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

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

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

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