#A4CACD

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

Shades of Morning Glory #A4CACD

Tints of Morning Glory #A4CACD

Color information

#A4CACD (or 0xA4CACD) is unknown color: approx Morning Glory. HEX triplet: A4, CA and CD. RGB value is (164,202,205). Sum of RGB (Red+Green+Blue) = 164+202+205=571 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.72% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #A4CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CACD is #5B3532. Grayscale: #BEBEBE. Windows color (decimal): -5977395 or 13486756. OLE color: 13486756.

HSL color Cylindrical-coordinate representation of color #A4CACD: hue angle of 184.39º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CACD is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164202205-
CMYK0.20.0100.20
HSL184.39º29.08%72.35%-
HSV(B)184.39º20%80.39%-
XYZ47.4554.5465.78-
YUV190.98135.91108.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.72%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=28.72%
G=35.38%
B=35.90%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1642022050.20.0100.20184.3929.0872.35
HexA4CACD141014b81d48
Octal24431231524102427035110
Binary10100100110010101100110110100101010010111000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CACD; }

 p { color: rgb(164,202,205); }

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

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

 a { background-color: rgb(164,202,205); }

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

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

 span { border-color: rgb(164,202,205); }

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