Html Css Color HEX #A4CACF Morning Glory

📋 copy color: '#A4CACF'

red 164 ◦ green 202 ◦ blue 207

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

Shades of Morning Glory #A4CACF

Tints of Morning Glory #A4CACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 28.62%
G = 35.25%
B = 36.13%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A4CACF (or 0xA4CACF) is known color: Morning Glory. HEX triplet: A4, CA and CF. RGB value is (164,202,207). Sum of RGB (Red+Green+Blue) = 164+202+207=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #A4CACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CACF is #5B3530. Grayscale: #BFBFBF. Windows color (decimal): -5977393 or 13617828. OLE color: 13617828.

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

Color convert

RGB 164 202 207 -
CMYK 0.21 0.02 0 0.19
HSL 186.98º 0.31% 0.73% -
HSV(B) 186.98º 0.21% 0.81% -
XYZ 47.69 54.64 67.06 -
YUV 191.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 164 202 207 0.21 0.02 0 0.19 186.98 0.31 0.73
Hex A4 CA CF 15 2 0 13 BB 1F 49
Octal 244 312 317 25 2 0 23 273 37 111
Binary 10100100 11001010 11001111 10101 10 0 10011 10111011 11111 1001001

Color Harmonies of #A4CACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CACF

Black with #A4CACF

Text Example


Text Example

White with #A4CACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CACF; }

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

 H1.HeaderClassName
 {
   color: #A4CACF;
 }
 .AnyTagClassName
 {
   color: #A4CACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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