#BAEFC6

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

Shades of Granny Apple #BAEFC6

Tints of Granny Apple #BAEFC6

Color information

#BAEFC6 (or 0xBAEFC6) is unknown color: approx Granny Apple. HEX triplet: BA, EF and C6. RGB value is (186,239,198). Sum of RGB (Red+Green+Blue) = 186+239+198=623 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.86% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 198 (77.73% from 255 or 31.78% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC6 is #451039. Grayscale: #DADADA. Windows color (decimal): -4526138 or 13037498. OLE color: 13037498.

HSL color Cylindrical-coordinate representation of color #BAEFC6: hue angle of 133.58º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC6 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB186239198-
CMYK0.2200.170.06
HSL133.58º62.35%83.33%-
HSV(B)133.58º22.18%93.73%-
XYZ61.3176.2564.91-
YUV218.48116.44104.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.86%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 198 (77.73% from 255) = 31.78%
R=29.86%
G=38.36%
B=31.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862391980.2200.170.06133.5862.3583.33
HexBAEFC6160116863e53
Octal27235730626021620676123
Binary10111010111011111100011010110010001110100001101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEFC6; }

 p { color: rgb(186,239,198); }

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

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

 a { background-color: rgb(186,239,198); }

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

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

 span { border-color: rgb(186,239,198); }

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