#BAEEC4

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

Shades of Granny Apple #BAEEC4

Tints of Granny Apple #BAEEC4

Color information

#BAEEC4 (or 0xBAEEC4) is unknown color: approx Granny Apple. HEX triplet: BA, EE and C4. RGB value is (186,238,196). Sum of RGB (Red+Green+Blue) = 186+238+196=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC4 is #45113B. Grayscale: #D9D9D9. Windows color (decimal): -4526396 or 12906170. OLE color: 12906170.

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

Color convert

RGB186238196-
CMYK0.2200.180.07
HSL131.54º60.47%83.14%-
HSV(B)131.54º21.85%93.33%-
XYZ60.7975.5763.61-
YUV217.66115.77105.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 238 (93.36% from 255) = 38.39%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=30%
G=38.39%
B=31.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381960.2200.180.07131.5460.4783.14
HexBAEEC4160127843c53
Octal27235630426022720474123
Binary10111010111011101100010010110010010111100001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEC4; }

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

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

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

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

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

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

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

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