#A2CACF

Color #A2CACF Morning Glory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Morning Glory #A2CACF

Tints of Morning Glory #A2CACF

Color information

#A2CACF (or 0xA2CACF) is unknown color: approx Morning Glory. HEX triplet: A2, CA and CF. RGB value is (162,202,207). Sum of RGB (Red+Green+Blue) = 162+202+207=571 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.37% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #A2CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CACF is #5D3530. Grayscale: #BEBEBE. Windows color (decimal): -6108465 or 13617826. OLE color: 13617826.

HSL color Cylindrical-coordinate representation of color #A2CACF: hue angle of 186.67º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CACF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162202207-
CMYK0.220.0200.19
HSL186.67º31.91%72.35%-
HSV(B)186.67º21.74%81.18%-
XYZ47.2854.4367.04-
YUV190.61137.25107.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.37%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=28.37%
G=35.38%
B=36.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622022070.220.0200.19186.6731.9172.35
HexA2CACF162013bb2048
Octal24231231726202327340110
Binary1010001011001010110011111011010010011101110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CACF; }

 p { color: rgb(162,202,207); }

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

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

 a { background-color: rgb(162,202,207); }

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

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

 span { border-color: rgb(162,202,207); }

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