#BAEEC9

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

Shades of Granny Apple #BAEEC9

Tints of Granny Apple #BAEEC9

Color information

#BAEEC9 (or 0xBAEEC9) is unknown color: approx Granny Apple. HEX triplet: BA, EE and C9. RGB value is (186,238,201). Sum of RGB (Red+Green+Blue) = 186+238+201=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC9 is #451136. Grayscale: #DADADA. Windows color (decimal): -4526391 or 13233850. OLE color: 13233850.

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

Color convert

RGB186238201-
CMYK0.2200.160.07
HSL137.31º60.47%83.14%-
HSV(B)137.31º21.85%93.33%-
XYZ61.3775.8166.66-
YUV218.23118.27105.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.76%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 201 (78.91% from 255) = 32.16%
R=29.76%
G=38.08%
B=32.16%

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
Decimal1862382010.2200.160.07137.3160.4783.14
HexBAEEC9160107893c53
Octal27235631126020721174123
Binary10111010111011101100100110110010000111100010011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEC9; }

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

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

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

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

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

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

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

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