Html Css Color HEX #A6CACB Morning Glory

📋 copy color: '#A6CACB'

red 166 ◦ green 202 ◦ blue 203

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

Shades of Morning Glory #A6CACB

Tints of Morning Glory #A6CACB

RGB

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

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

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

R = 29.07%
G = 35.38%
B = 35.55%

CMYK

 C value IS 0.18

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6CACB (or 0xA6CACB) is known color: Morning Glory. HEX triplet: A6, CA and CB. RGB value is (166,202,203). Sum of RGB (Red+Green+Blue) = 166+202+203=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #A6CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CACB is #593534. Grayscale: #BFBFBF. Windows color (decimal): -5846325 or 13355686. OLE color: 13355686.

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

Color convert

RGB 166 202 203 -
CMYK 0.18 0.00 0 0.20
HSL 181.62º 0.26% 0.72% -
HSV(B) 181.62º 0.18% 0.8% -
XYZ 47.63 54.66 64.54 -
YUV 191.35 134.57 109.92 -
System Red Green Blue C M Y K H S L
Decimal 166 202 203 0.18 0.00 0 0.20 181.62 0.26 0.72
Hex A6 CA CB 12 0 0 14 B6 1A 48
Octal 246 312 313 22 0 0 24 266 32 110
Binary 10100110 11001010 11001011 10010 0 0 10100 10110110 11010 1001000

Color Harmonies of #A6CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CACB

Black with #A6CACB

Text Example


Text Example

White with #A6CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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