Html Css Color HEX #A4CACB Morning Glory

📋 copy color: '#A4CACB'

red 164 ◦ green 202 ◦ blue 203

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

Shades of Morning Glory #A4CACB

Tints of Morning Glory #A4CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 28.82%
G = 35.5%
B = 35.68%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A4CACB (or 0xA4CACB) is known color: Morning Glory. HEX triplet: A4, CA and CB. RGB value is (164,202,203). Sum of RGB (Red+Green+Blue) = 164+202+203=569 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.82% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #A4CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CACB is #5B3534. Grayscale: #BEBEBE. Windows color (decimal): -5977397 or 13355684. OLE color: 13355684.

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

Color convert

RGB 164 202 203 -
CMYK 0.19 0.00 0 0.20
HSL 181.54º 0.27% 0.72% -
HSV(B) 181.54º 0.19% 0.8% -
XYZ 47.21 54.45 64.52 -
YUV 190.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 164 202 203 0.19 0.00 0 0.20 181.54 0.27 0.72
Hex A4 CA CB 13 0 0 14 B6 1B 48
Octal 244 312 313 23 0 0 24 266 33 110
Binary 10100100 11001010 11001011 10011 0 0 10100 10110110 11011 1001000

Color Harmonies of #A4CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CACB

Black with #A4CACB

Text Example


Text Example

White with #A4CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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