Html Css Color HEX #A6CACE Morning Glory

📋 copy color: '#A6CACE'

red 166 ◦ green 202 ◦ blue 206

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

Shades of Morning Glory #A6CACE

Tints of Morning Glory #A6CACE

RGB

 RED value IS 166 (65.23% from 255) = 28.92%

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

 BLUE value IS 206 (80.86% from 255) = 35.89%

R = 28.92%
G = 35.19%
B = 35.89%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6CACE (or 0xA6CACE) is known color: Morning Glory. HEX triplet: A6, CA and CE. RGB value is (166,202,206). Sum of RGB (Red+Green+Blue) = 166+202+206=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6CACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CACE is #593531. Grayscale: #BFBFBF. Windows color (decimal): -5846322 or 13552294. OLE color: 13552294.

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

Color convert

RGB 166 202 206 -
CMYK 0.19 0.02 0 0.19
HSL 186º 0.29% 0.73% -
HSV(B) 186º 0.19% 0.81% -
XYZ 47.99 54.8 66.44 -
YUV 191.69 136.07 109.67 -
System Red Green Blue C M Y K H S L
Decimal 166 202 206 0.19 0.02 0 0.19 186 0.29 0.73
Hex A6 CA CE 13 2 0 13 BA 1D 49
Octal 246 312 316 23 2 0 23 272 35 111
Binary 10100110 11001010 11001110 10011 10 0 10011 10111010 11101 1001001

Color Harmonies of #A6CACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CACE

Black with #A6CACE

Text Example


Text Example

White with #A6CACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CACE; }

 p { color: rgb(166,202,206); }

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

background-color css

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

 a { background-color: rgb(166,202,206); }

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

border-color css

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

 span { border-color: rgb(166,202,206); }

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