Html Css Color HEX #A4CACD Morning Glory

📋 copy color: '#A4CACD'

red 164 ◦ green 202 ◦ blue 205

#A4CACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Morning Glory #A4CACD

Tints of Morning Glory #A4CACD

RGB

 RED value IS 164 (64.45% from 255) = 28.72%

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 205 (80.47% from 255) = 35.9%

R = 28.72%
G = 35.38%
B = 35.9%

CMYK

 C value IS 0.2

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4CACD (or 0xA4CACD) is known color: 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

RGB 164 202 205 -
CMYK 0.2 0.01 0 0.20
HSL 184.39º 0.29% 0.72% -
HSV(B) 184.39º 0.2% 0.8% -
XYZ 47.45 54.54 65.78 -
YUV 190.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 164 202 205 0.2 0.01 0 0.20 184.39 0.29 0.72
Hex A4 CA CD 14 1 0 14 B8 1D 48
Octal 244 312 315 24 1 0 24 270 35 110
Binary 10100100 11001010 11001101 10100 1 0 10100 10111000 11101 1001000

Color Harmonies of #A4CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CACD

Black with #A4CACD

Text Example


Text Example

White with #A4CACD

Text Example


Text Example

HTML Codes & Css Web 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>