#BAEAC8

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

Shades of Granny Apple #BAEAC8

Tints of Granny Apple #BAEAC8

Color information

#BAEAC8 (or 0xBAEAC8) is unknown color: approx Granny Apple. HEX triplet: BA, EA and C8. RGB value is (186,234,200). Sum of RGB (Red+Green+Blue) = 186+234+200=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAC8 is #451537. Grayscale: #D7D7D7. Windows color (decimal): -4527416 or 13167290. OLE color: 13167290.

HSL color Cylindrical-coordinate representation of color #BAEAC8: hue angle of 137.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAC8 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB186234200-
CMYK0.2100.150.08
HSL137.5º53.33%82.35%-
HSV(B)137.5º20.51%91.76%-
XYZ60.173.4565.65-
YUV215.77119.1106.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=30%
G=37.74%
B=32.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342000.2100.150.08137.553.3382.35
HexBAEAC8150F88a3552
Octal272352310250171021265122
Binary10111010111010101100100010101011111000100010101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAC8; }

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

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

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

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

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

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

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

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