#BAE7CB

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

Shades of Granny Apple #BAE7CB

Tints of Granny Apple #BAE7CB

Color information

#BAE7CB (or 0xBAE7CB) is unknown color: approx Granny Apple. HEX triplet: BA, E7 and CB. RGB value is (186,231,203). Sum of RGB (Red+Green+Blue) = 186+231+203=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7CB is #451834. Grayscale: #D6D6D6. Windows color (decimal): -4528181 or 13363130. OLE color: 13363130.

HSL color Cylindrical-coordinate representation of color #BAE7CB: hue angle of 142.67º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE7CB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB186231203-
CMYK0.1900.120.09
HSL142.67º48.39%81.76%-
HSV(B)142.67º19.48%90.59%-
XYZ59.6171.967.24-
YUV214.35121.59107.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30%
GREEN value IS 231 (90.62% from 255) = 37.26%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=30%
G=37.26%
B=32.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312030.1900.120.09142.6748.3981.76
HexBAE7CB130C98f3052
Octal272347313230141121760122
Binary10111010111001111100101110011011001001100011111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7CB; }

 p { color: rgb(186,231,203); }

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

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

 a { background-color: rgb(186,231,203); }

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

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

 span { border-color: rgb(186,231,203); }

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