#BAEEC8

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

Shades of Granny Apple #BAEEC8

Tints of Granny Apple #BAEEC8

Color information

#BAEEC8 (or 0xBAEEC8) is unknown color: approx Granny Apple. HEX triplet: BA, EE and C8. RGB value is (186,238,200). Sum of RGB (Red+Green+Blue) = 186+238+200=624 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.81% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC8 is #451137. Grayscale: #DADADA. Windows color (decimal): -4526392 or 13168314. OLE color: 13168314.

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

Color convert

RGB186238200-
CMYK0.2200.160.07
HSL136.15º60.47%83.14%-
HSV(B)136.15º21.85%93.33%-
XYZ61.2575.7666.04-
YUV218.12117.77105.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.81%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=29.81%
G=38.14%
B=32.05%

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
Decimal1862382000.2200.160.07136.1560.4783.14
HexBAEEC8160107883c53
Octal27235631026020721074123
Binary10111010111011101100100010110010000111100010001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEC8; }

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

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

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

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

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

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

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

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